Html Css Color HEX #F53CB8 Razzle Dazzle Rose

📋 copy color: '#F53CB8'

red 245 ◦ green 60 ◦ blue 184

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

Shades of Razzle Dazzle Rose #F53CB8

Tints of Razzle Dazzle Rose #F53CB8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.27%

 BLUE value IS 184 (72.27% from 255) = 37.63%

R = 50.1%
G = 12.27%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F53CB8 (or 0xF53CB8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and B8. RGB value is (245,60,184). Sum of RGB (Red+Green+Blue) = 245+60+184=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CB8 is #0AC347. Grayscale: #818181. Windows color (decimal): -705352 or 12074229. OLE color: 12074229.

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

Color convert

RGB 245 60 184 -
CMYK 0 0.76 0.25 0.04
HSL 319.78º 0.9% 0.6% -
HSV(B) 319.78º 0.76% 0.96% -
XYZ 47.92 26.1 47.86 -
YUV 129.45 158.79 210.42 -
System Red Green Blue C M Y K H S L
Decimal 245 60 184 0 0.76 0.25 0.04 319.78 0.9 0.6
Hex F5 3C B8 0 4C 19 4 140 5A 3C
Octal 365 74 270 0 114 31 4 500 132 74
Binary 11110101 111100 10111000 0 1001100 11001 100 101000000 1011010 111100

Color Harmonies of #F53CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CB8

Black with #F53CB8

Text Example


Text Example

White with #F53CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CB8; }

 p { color: rgb(245,60,184); }

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

background-color css

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

 a { background-color: rgb(245,60,184); }

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

border-color css

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

 span { border-color: rgb(245,60,184); }

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