#f134d1

Color #F134D1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F134D1

Tints of Razzle Dazzle Rose #F134D1

Color information

#F134D1 (or 0xF134D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 34 and D1. RGB value is (241,52,209). Sum of RGB (Red+Green+Blue) = 241+52+209=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F134D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134D1 is #0ECB2E. Grayscale: #7D7D7D. Windows color (decimal): -969519 or 13710577. OLE color: 13710577.

HSL color Cylindrical-coordinate representation of color #F134D1: hue angle of 310.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F134D1 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB24152209-
CMYK00.780.130.05
HSL310.16º87.1%57.45%-
HSV(B)310.16º78.42%94.51%-
XYZ49.0125.7662.71-
YUV126.41174.62209.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 52 (20.70% from 255) = 10.36%
BLUE value IS 209 (82.03% from 255) = 41.63%
R=48.01%
G=10.36%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415220900.780.130.05310.1687.157.45
HexF134D104ED51365739
Octal36164321011615546612771
Binary11110001110100110100010100111011011011001101101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f134d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f134d1; }

 p { color: rgb(241,52,209); }

 H1.HeaderClassName
 {
   color: #f134d1;
 }
 .AnyTagClassName
 {
   color: #f134d1;
 }
</style>
background-color css

<style>
 a { background-color: #f134d1; }

 a { background-color: rgb(241,52,209); }

 div.DivClassName
 {
   background-color: #f134d1;
 }
 .BgClassName
 {
   background-color: #f134d1;
 }
</style>
border-color css

<style>
 span { border-color: #f134d1; }

 span { border-color: rgb(241,52,209); }

 td.TdClassName
 {
   border-color: #f134d1;
 }
 .TagClassName
 {
   border-color: #f134d1;
 }
</style>