Html Css Color HEX #F537ED Razzle Dazzle Rose

📋 copy color: '#F537ED'

red 245 ◦ green 55 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F537ED

Tints of Razzle Dazzle Rose #F537ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 45.62%
G = 10.24%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F537ED (or 0xF537ED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and ED. RGB value is (245,55,237). Sum of RGB (Red+Green+Blue) = 245+55+237=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 55 (21.88% from 255 or 10.24% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F537ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537ED is #0AC812. Grayscale: #848484. Windows color (decimal): -706579 or 15546357. OLE color: 15546357.

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

Color convert

RGB 245 55 237 -
CMYK 0 0.78 0.03 0.04
HSL 302.53º 0.9% 0.59% -
HSV(B) 302.53º 0.78% 0.96% -
XYZ 54.31 28.26 82.71 -
YUV 132.56 186.95 208.2 -
System Red Green Blue C M Y K H S L
Decimal 245 55 237 0 0.78 0.03 0.04 302.53 0.9 0.59
Hex F5 37 ED 0 4E 3 4 12F 5A 3B
Octal 365 67 355 0 116 3 4 457 132 73
Binary 11110101 110111 11101101 0 1001110 11 100 100101111 1011010 111011

Color Harmonies of #F537ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537ED

Black with #F537ED

Text Example


Text Example

White with #F537ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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