Html Css Color HEX #F531DF Razzle Dazzle Rose

📋 copy color: '#F531DF'

red 245 ◦ green 49 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F531DF

Tints of Razzle Dazzle Rose #F531DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 47.39%
G = 9.48%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F531DF (or 0xF531DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and DF. RGB value is (245,49,223). Sum of RGB (Red+Green+Blue) = 245+49+223=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F531DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531DF is #0ACE20. Grayscale: #7E7E7E. Windows color (decimal): -708129 or 14627317. OLE color: 14627317.

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

Color convert

RGB 245 49 223 -
CMYK 0 0.8 0.09 0.04
HSL 306.73º 0.91% 0.58% -
HSV(B) 306.73º 0.8% 0.96% -
XYZ 52.07 26.94 72.27 -
YUV 127.44 181.93 211.85 -
System Red Green Blue C M Y K H S L
Decimal 245 49 223 0 0.8 0.09 0.04 306.73 0.91 0.58
Hex F5 31 DF 0 50 9 4 133 5B 3A
Octal 365 61 337 0 120 11 4 463 133 72
Binary 11110101 110001 11011111 0 1010000 1001 100 100110011 1011011 111010

Color Harmonies of #F531DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F531DF

Black with #F531DF

Text Example


Text Example

White with #F531DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F531DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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