Html Css Color HEX #F532DF Razzle Dazzle Rose

📋 copy color: '#F532DF'

red 245 ◦ green 50 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F532DF

Tints of Razzle Dazzle Rose #F532DF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.65%

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

R = 47.3%
G = 9.65%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F532DF (or 0xF532DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 32 and DF. RGB value is (245,50,223). Sum of RGB (Red+Green+Blue) = 245+50+223=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 50 (19.92% from 255 or 9.65% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F532DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F532DF is #0ACD20. Grayscale: #7F7F7F. Windows color (decimal): -707873 or 14627573. OLE color: 14627573.

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

Color convert

RGB 245 50 223 -
CMYK 0 0.80 0.09 0.04
HSL 306.77º 0.91% 0.58% -
HSV(B) 306.77º 0.8% 0.96% -
XYZ 52.12 27.02 72.28 -
YUV 128.03 181.6 211.43 -
System Red Green Blue C M Y K H S L
Decimal 245 50 223 0 0.80 0.09 0.04 306.77 0.91 0.58
Hex F5 32 DF 0 50 9 4 133 5B 3A
Octal 365 62 337 0 120 11 4 463 133 72
Binary 11110101 110010 11011111 0 1010000 1001 100 100110011 1011011 111010

Color Harmonies of #F532DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F532DF

Black with #F532DF

Text Example


Text Example

White with #F532DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F532DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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