Html Css Color HEX #F53BEF Razzle Dazzle Rose

📋 copy color: '#F53BEF'

red 245 ◦ green 59 ◦ blue 239

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

Shades of Razzle Dazzle Rose #F53BEF

Tints of Razzle Dazzle Rose #F53BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 45.12%
G = 10.87%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F53BEF (or 0xF53BEF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and EF. RGB value is (245,59,239). Sum of RGB (Red+Green+Blue) = 245+59+239=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 59 (23.44% from 255 or 10.87% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53BEF is #0AC410. Grayscale: #868686. Windows color (decimal): -705553 or 15678453. OLE color: 15678453.

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

Color convert

RGB 245 59 239 -
CMYK 0 0.76 0.02 0.04
HSL 301.94º 0.9% 0.6% -
HSV(B) 301.94º 0.76% 0.96% -
XYZ 54.8 28.77 84.33 -
YUV 135.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 245 59 239 0 0.76 0.02 0.04 301.94 0.9 0.6
Hex F5 3B EF 0 4C 2 4 12E 5A 3C
Octal 365 73 357 0 114 2 4 456 132 74
Binary 11110101 111011 11101111 0 1001100 10 100 100101110 1011010 111100

Color Harmonies of #F53BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BEF

Black with #F53BEF

Text Example


Text Example

White with #F53BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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