Html Css Color HEX #F53FE6 Razzle Dazzle Rose

📋 copy color: '#F53FE6'

red 245 ◦ green 63 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F53FE6

Tints of Razzle Dazzle Rose #F53FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 45.54%
G = 11.71%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F53FE6 (or 0xF53FE6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and E6. RGB value is (245,63,230). Sum of RGB (Red+Green+Blue) = 245+63+230=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 63 (25% from 255 or 11.71% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FE6 is #0AC019. Grayscale: #878787. Windows color (decimal): -704538 or 15089653. OLE color: 15089653.

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

Color convert

RGB 245 63 230 -
CMYK 0 0.74 0.06 0.04
HSL 304.95º 0.9% 0.6% -
HSV(B) 304.95º 0.74% 0.96% -
XYZ 53.72 28.68 77.57 -
YUV 136.46 180.8 205.42 -
System Red Green Blue C M Y K H S L
Decimal 245 63 230 0 0.74 0.06 0.04 304.95 0.9 0.6
Hex F5 3F E6 0 4A 6 4 131 5A 3C
Octal 365 77 346 0 112 6 4 461 132 74
Binary 11110101 111111 11100110 0 1001010 110 100 100110001 1011010 111100

Color Harmonies of #F53FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FE6

Black with #F53FE6

Text Example


Text Example

White with #F53FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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