Html Css Color HEX #F134D9 Razzle Dazzle Rose

📋 copy color: '#F134D9'

red 241 ◦ green 52 ◦ blue 217

#F134D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F134D9

Tints of Razzle Dazzle Rose #F134D9

RGB

 RED value IS 241 (94.53% from 255) = 47.25%

 GREEN value IS 52 (20.7% from 255) = 10.2%

 BLUE value IS 217 (85.16% from 255) = 42.55%

R = 47.25%
G = 10.2%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F134D9 (or 0xF134D9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and D9. RGB value is (241,52,217). Sum of RGB (Red+Green+Blue) = 241+52+217=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 52 (20.70% from 255 or 10.20% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F134D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134D9 is #0ECB26. Grayscale: #7E7E7E. Windows color (decimal): -969511 or 14234865. OLE color: 14234865.

HSL color Cylindrical-coordinate representation of color #F134D9: hue angle of 307.62º 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 #F134D9 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 52 217 -
CMYK 0 0.78 0.10 0.05
HSL 307.62º 0.87% 0.57% -
HSV(B) 307.62º 0.78% 0.95% -
XYZ 50.03 26.17 68.06 -
YUV 127.32 178.62 209.08 -
System Red Green Blue C M Y K H S L
Decimal 241 52 217 0 0.78 0.10 0.05 307.62 0.87 0.57
Hex F1 34 D9 0 4E A 5 134 57 39
Octal 361 64 331 0 116 12 5 464 127 71
Binary 11110001 110100 11011001 0 1001110 1010 101 100110100 1010111 111001

Color Harmonies of #F134D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134D9

Black with #F134D9

Text Example


Text Example

White with #F134D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134D9; }

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

 H1.HeaderClassName
 {
   color: #F134D9;
 }
 .AnyTagClassName
 {
   color: #F134D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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