Html Css Color HEX #F53BE5 Razzle Dazzle Rose

📋 copy color: '#F53BE5'

red 245 ◦ green 59 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F53BE5

Tints of Razzle Dazzle Rose #F53BE5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.07%

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 45.97%
G = 11.07%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F53BE5 (or 0xF53BE5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and E5. RGB value is (245,59,229). Sum of RGB (Red+Green+Blue) = 245+59+229=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 59 (23.44% from 255 or 11.07% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BE5 is #0AC41A. Grayscale: #858585. Windows color (decimal): -705563 or 15023093. OLE color: 15023093.

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

Color convert

RGB 245 59 229 -
CMYK 0 0.76 0.07 0.04
HSL 305.16º 0.9% 0.6% -
HSV(B) 305.16º 0.76% 0.96% -
XYZ 53.36 28.2 76.76 -
YUV 133.99 181.62 207.18 -
System Red Green Blue C M Y K H S L
Decimal 245 59 229 0 0.76 0.07 0.04 305.16 0.9 0.6
Hex F5 3B E5 0 4C 7 4 131 5A 3C
Octal 365 73 345 0 114 7 4 461 132 74
Binary 11110101 111011 11100101 0 1001100 111 100 100110001 1011010 111100

Color Harmonies of #F53BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BE5

Black with #F53BE5

Text Example


Text Example

White with #F53BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BE5; }

 p { color: rgb(245,59,229); }

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

background-color css

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

 a { background-color: rgb(245,59,229); }

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

border-color css

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

 span { border-color: rgb(245,59,229); }

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