Html Css Color HEX #F537BA Razzle Dazzle Rose

📋 copy color: '#F537BA'

red 245 ◦ green 55 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F537BA

Tints of Razzle Dazzle Rose #F537BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.32%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 50.41%
G = 11.32%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F537BA (or 0xF537BA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and BA. RGB value is (245,55,186). Sum of RGB (Red+Green+Blue) = 245+55+186=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F537BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537BA is #0AC845. Grayscale: #7E7E7E. Windows color (decimal): -706630 or 12204021. OLE color: 12204021.

HSL color Cylindrical-coordinate representation of color #F537BA: hue angle of 318.63º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F537BA is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 186 -
CMYK 0 0.78 0.24 0.04
HSL 318.63º 0.9% 0.59% -
HSV(B) 318.63º 0.78% 0.96% -
XYZ 47.89 25.69 48.89 -
YUV 126.74 161.45 212.35 -
System Red Green Blue C M Y K H S L
Decimal 245 55 186 0 0.78 0.24 0.04 318.63 0.9 0.59
Hex F5 37 BA 0 4E 18 4 13F 5A 3B
Octal 365 67 272 0 116 30 4 477 132 73
Binary 11110101 110111 10111010 0 1001110 11000 100 100111111 1011010 111011

Color Harmonies of #F537BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537BA

Black with #F537BA

Text Example


Text Example

White with #F537BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537BA; }

 p { color: rgb(245,55,186); }

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

background-color css

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

 a { background-color: rgb(245,55,186); }

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

border-color css

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

 span { border-color: rgb(245,55,186); }

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