Html Css Color HEX #F53CC2 Razzle Dazzle Rose

📋 copy color: '#F53CC2'

red 245 ◦ green 60 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F53CC2

Tints of Razzle Dazzle Rose #F53CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 49.1%
G = 12.02%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F53CC2 (or 0xF53CC2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and C2. RGB value is (245,60,194). Sum of RGB (Red+Green+Blue) = 245+60+194=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CC2 is #0AC33D. Grayscale: #828282. Windows color (decimal): -705342 or 12729589. OLE color: 12729589.

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

Color convert

RGB 245 60 194 -
CMYK 0 0.76 0.21 0.04
HSL 316.54º 0.9% 0.6% -
HSV(B) 316.54º 0.76% 0.96% -
XYZ 49.01 26.54 53.58 -
YUV 130.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 245 60 194 0 0.76 0.21 0.04 316.54 0.9 0.6
Hex F5 3C C2 0 4C 15 4 13D 5A 3C
Octal 365 74 302 0 114 25 4 475 132 74
Binary 11110101 111100 11000010 0 1001100 10101 100 100111101 1011010 111100

Color Harmonies of #F53CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CC2

Black with #F53CC2

Text Example


Text Example

White with #F53CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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