Html Css Color HEX #F537DA Razzle Dazzle Rose

📋 copy color: '#F537DA'

red 245 ◦ green 55 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F537DA

Tints of Razzle Dazzle Rose #F537DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 47.3%
G = 10.62%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F537DA (or 0xF537DA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and DA. RGB value is (245,55,218). Sum of RGB (Red+Green+Blue) = 245+55+218=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F537DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537DA is #0AC825. Grayscale: #818181. Windows color (decimal): -706598 or 14301173. OLE color: 14301173.

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

Color convert

RGB 245 55 218 -
CMYK 0 0.78 0.11 0.04
HSL 308.53º 0.9% 0.59% -
HSV(B) 308.53º 0.78% 0.96% -
XYZ 51.68 27.21 68.86 -
YUV 130.39 177.45 209.75 -
System Red Green Blue C M Y K H S L
Decimal 245 55 218 0 0.78 0.11 0.04 308.53 0.9 0.59
Hex F5 37 DA 0 4E B 4 135 5A 3B
Octal 365 67 332 0 116 13 4 465 132 73
Binary 11110101 110111 11011010 0 1001110 1011 100 100110101 1011010 111011

Color Harmonies of #F537DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537DA

Black with #F537DA

Text Example


Text Example

White with #F537DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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