Html Css Color HEX #F537DD Razzle Dazzle Rose

📋 copy color: '#F537DD'

red 245 ◦ green 55 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F537DD

Tints of Razzle Dazzle Rose #F537DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 47.02%
G = 10.56%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F537DD (or 0xF537DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and DD. RGB value is (245,55,221). Sum of RGB (Red+Green+Blue) = 245+55+221=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F537DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537DD is #0AC822. Grayscale: #828282. Windows color (decimal): -706595 or 14497781. OLE color: 14497781.

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

Color convert

RGB 245 55 221 -
CMYK 0 0.78 0.10 0.04
HSL 307.58º 0.9% 0.59% -
HSV(B) 307.58º 0.78% 0.96% -
XYZ 52.07 27.37 70.94 -
YUV 130.73 178.95 209.5 -
System Red Green Blue C M Y K H S L
Decimal 245 55 221 0 0.78 0.10 0.04 307.58 0.9 0.59
Hex F5 37 DD 0 4E A 4 134 5A 3B
Octal 365 67 335 0 116 12 4 464 132 73
Binary 11110101 110111 11011101 0 1001110 1010 100 100110100 1011010 111011

Color Harmonies of #F537DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537DD

Black with #F537DD

Text Example


Text Example

White with #F537DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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