Html Css Color HEX #F53FCC Razzle Dazzle Rose

📋 copy color: '#F53FCC'

red 245 ◦ green 63 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F53FCC

Tints of Razzle Dazzle Rose #F53FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.3%

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

R = 47.85%
G = 12.3%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F53FCC (or 0xF53FCC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and CC. RGB value is (245,63,204). Sum of RGB (Red+Green+Blue) = 245+63+204=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FCC is #0AC033. Grayscale: #858585. Windows color (decimal): -704564 or 13385717. OLE color: 13385717.

HSL color Cylindrical-coordinate representation of color #F53FCC: hue angle of 313.52º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FCC is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 63 204 -
CMYK 0 0.74 0.17 0.04
HSL 313.52º 0.9% 0.6% -
HSV(B) 313.52º 0.74% 0.96% -
XYZ 50.33 27.33 59.75 -
YUV 133.49 167.8 207.54 -
System Red Green Blue C M Y K H S L
Decimal 245 63 204 0 0.74 0.17 0.04 313.52 0.9 0.6
Hex F5 3F CC 0 4A 11 4 13A 5A 3C
Octal 365 77 314 0 112 21 4 472 132 74
Binary 11110101 111111 11001100 0 1001010 10001 100 100111010 1011010 111100

Color Harmonies of #F53FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FCC

Black with #F53FCC

Text Example


Text Example

White with #F53FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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