Html Css Color HEX #F53FE4 Razzle Dazzle Rose

📋 copy color: '#F53FE4'

red 245 ◦ green 63 ◦ blue 228

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

Shades of Razzle Dazzle Rose #F53FE4

Tints of Razzle Dazzle Rose #F53FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.54%

R = 45.71%
G = 11.75%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F53FE4 (or 0xF53FE4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and E4. RGB value is (245,63,228). Sum of RGB (Red+Green+Blue) = 245+63+228=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 63 (25% from 255 or 11.75% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FE4 is #0AC01B. Grayscale: #878787. Windows color (decimal): -704540 or 14958581. OLE color: 14958581.

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

Color convert

RGB 245 63 228 -
CMYK 0 0.74 0.07 0.04
HSL 305.6º 0.9% 0.6% -
HSV(B) 305.6º 0.74% 0.96% -
XYZ 53.44 28.57 76.1 -
YUV 136.23 179.8 205.58 -
System Red Green Blue C M Y K H S L
Decimal 245 63 228 0 0.74 0.07 0.04 305.6 0.9 0.6
Hex F5 3F E4 0 4A 7 4 132 5A 3C
Octal 365 77 344 0 112 7 4 462 132 74
Binary 11110101 111111 11100100 0 1001010 111 100 100110010 1011010 111100

Color Harmonies of #F53FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FE4

Black with #F53FE4

Text Example


Text Example

White with #F53FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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