Html Css Color HEX #F537CC Razzle Dazzle Rose

📋 copy color: '#F537CC'

red 245 ◦ green 55 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F537CC

Tints of Razzle Dazzle Rose #F537CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.91%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 48.61%
G = 10.91%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F537CC (or 0xF537CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and CC. RGB value is (245,55,204). Sum of RGB (Red+Green+Blue) = 245+55+204=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F537CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537CC is #0AC833. Grayscale: #808080. Windows color (decimal): -706612 or 13383669. OLE color: 13383669.

HSL color Cylindrical-coordinate representation of color #F537CC: hue angle of 312.95º degrees, saturation: 0.9, 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 #F537CC is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 204 -
CMYK 0 0.78 0.17 0.04
HSL 312.95º 0.9% 0.59% -
HSV(B) 312.95º 0.78% 0.96% -
XYZ 49.92 26.5 59.61 -
YUV 128.8 170.45 210.88 -
System Red Green Blue C M Y K H S L
Decimal 245 55 204 0 0.78 0.17 0.04 312.95 0.9 0.59
Hex F5 37 CC 0 4E 11 4 139 5A 3B
Octal 365 67 314 0 116 21 4 471 132 73
Binary 11110101 110111 11001100 0 1001110 10001 100 100111001 1011010 111011

Color Harmonies of #F537CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537CC

Black with #F537CC

Text Example


Text Example

White with #F537CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537CC; }

 p { color: rgb(245,55,204); }

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

background-color css

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

 a { background-color: rgb(245,55,204); }

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

border-color css

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

 span { border-color: rgb(245,55,204); }

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