Html Css Color HEX #F531ED Razzle Dazzle Rose

📋 copy color: '#F531ED'

red 245 ◦ green 49 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F531ED

Tints of Razzle Dazzle Rose #F531ED

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.23%

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

R = 46.14%
G = 9.23%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F531ED (or 0xF531ED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and ED. RGB value is (245,49,237). Sum of RGB (Red+Green+Blue) = 245+49+237=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 49 (19.53% from 255 or 9.23% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F531ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F531ED is #0ACE12. Grayscale: #808080. Windows color (decimal): -708115 or 15544821. OLE color: 15544821.

HSL color Cylindrical-coordinate representation of color #F531ED: hue angle of 302.45º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F531ED is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 237 -
CMYK 0 0.8 0.03 0.04
HSL 302.45º 0.91% 0.58% -
HSV(B) 302.45º 0.8% 0.96% -
XYZ 54.04 27.72 82.62 -
YUV 129.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 245 49 237 0 0.8 0.03 0.04 302.45 0.91 0.58
Hex F5 31 ED 0 50 3 4 12E 5B 3A
Octal 365 61 355 0 120 3 4 456 133 72
Binary 11110101 110001 11101101 0 1010000 11 100 100101110 1011011 111010

Color Harmonies of #F531ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F531ED

Black with #F531ED

Text Example


Text Example

White with #F531ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F531ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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