Html Css Color HEX #F53FCE Razzle Dazzle Rose

📋 copy color: '#F53FCE'

red 245 ◦ green 63 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F53FCE

Tints of Razzle Dazzle Rose #F53FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 47.67%
G = 12.26%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F53FCE (or 0xF53FCE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and CE. RGB value is (245,63,206). Sum of RGB (Red+Green+Blue) = 245+63+206=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FCE is #0AC031. Grayscale: #858585. Windows color (decimal): -704562 or 13516789. OLE color: 13516789.

HSL color Cylindrical-coordinate representation of color #F53FCE: hue angle of 312.86º 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 #F53FCE is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 63 206 -
CMYK 0 0.74 0.16 0.04
HSL 312.86º 0.9% 0.6% -
HSV(B) 312.86º 0.74% 0.96% -
XYZ 50.57 27.42 61.02 -
YUV 133.72 168.8 207.37 -
System Red Green Blue C M Y K H S L
Decimal 245 63 206 0 0.74 0.16 0.04 312.86 0.9 0.6
Hex F5 3F CE 0 4A 10 4 139 5A 3C
Octal 365 77 316 0 112 20 4 471 132 74
Binary 11110101 111111 11001110 0 1001010 10000 100 100111001 1011010 111100

Color Harmonies of #F53FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FCE

Black with #F53FCE

Text Example


Text Example

White with #F53FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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