Html Css Color HEX #F53FC7 Razzle Dazzle Rose

📋 copy color: '#F53FC7'

red 245 ◦ green 63 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F53FC7

Tints of Razzle Dazzle Rose #F53FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 48.32%
G = 12.43%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F53FC7 (or 0xF53FC7) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and C7. RGB value is (245,63,199). Sum of RGB (Red+Green+Blue) = 245+63+199=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FC7 is #0AC038. Grayscale: #848484. Windows color (decimal): -704569 or 13058037. OLE color: 13058037.

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

Color convert

RGB 245 63 199 -
CMYK 0 0.74 0.19 0.04
HSL 315.16º 0.9% 0.6% -
HSV(B) 315.16º 0.74% 0.96% -
XYZ 49.74 27.09 56.64 -
YUV 132.92 165.3 207.94 -
System Red Green Blue C M Y K H S L
Decimal 245 63 199 0 0.74 0.19 0.04 315.16 0.9 0.6
Hex F5 3F C7 0 4A 13 4 13B 5A 3C
Octal 365 77 307 0 112 23 4 473 132 74
Binary 11110101 111111 11000111 0 1001010 10011 100 100111011 1011010 111100

Color Harmonies of #F53FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FC7

Black with #F53FC7

Text Example


Text Example

White with #F53FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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