Html Css Color HEX #F536C9 Razzle Dazzle Rose

📋 copy color: '#F536C9'

red 245 ◦ green 54 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F536C9

Tints of Razzle Dazzle Rose #F536C9

RGB

 RED value IS 245 (96.09% from 255) = 49%

 GREEN value IS 54 (21.48% from 255) = 10.8%

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 49%
G = 10.8%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F536C9 (or 0xF536C9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 36 and C9. RGB value is (245,54,201). Sum of RGB (Red+Green+Blue) = 245+54+201=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F536C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536C9 is #0AC936. Grayscale: #7F7F7F. Windows color (decimal): -706871 or 13186805. OLE color: 13186805.

HSL color Cylindrical-coordinate representation of color #F536C9: hue angle of 313.82º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F536C9 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 54 201 -
CMYK 0 0.78 0.18 0.04
HSL 313.82º 0.91% 0.59% -
HSV(B) 313.82º 0.78% 0.96% -
XYZ 49.52 26.27 57.72 -
YUV 127.87 169.28 211.55 -
System Red Green Blue C M Y K H S L
Decimal 245 54 201 0 0.78 0.18 0.04 313.82 0.91 0.59
Hex F5 36 C9 0 4E 12 4 13A 5B 3B
Octal 365 66 311 0 116 22 4 472 133 73
Binary 11110101 110110 11001001 0 1001110 10010 100 100111010 1011011 111011

Color Harmonies of #F536C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536C9

Black with #F536C9

Text Example


Text Example

White with #F536C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536C9; }

 p { color: rgb(245,54,201); }

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

background-color css

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

 a { background-color: rgb(245,54,201); }

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

border-color css

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

 span { border-color: rgb(245,54,201); }

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