Html Css Color HEX #F024DF Razzle Dazzle Rose

📋 copy color: '#F024DF'

red 240 ◦ green 36 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F024DF

Tints of Razzle Dazzle Rose #F024DF

RGB

 RED value IS 240 (94.14% from 255) = 48.1%

 GREEN value IS 36 (14.45% from 255) = 7.21%

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

R = 48.1%
G = 7.21%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F024DF (or 0xF024DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and DF. RGB value is (240,36,223). Sum of RGB (Red+Green+Blue) = 240+36+223=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F024DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024DF is #0FDB20. Grayscale: #757575. Windows color (decimal): -1039137 or 14623984. OLE color: 14623984.

HSL color Cylindrical-coordinate representation of color #F024DF: hue angle of 305º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F024DF is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 223 -
CMYK 0 0.85 0.07 0.06
HSL 305º 0.87% 0.54% -
HSV(B) 305º 0.85% 0.94% -
XYZ 49.89 25.11 72.03 -
YUV 118.31 187.09 214.79 -
System Red Green Blue C M Y K H S L
Decimal 240 36 223 0 0.85 0.07 0.06 305 0.87 0.54
Hex F0 24 DF 0 55 7 6 131 57 36
Octal 360 44 337 0 125 7 6 461 127 66
Binary 11110000 100100 11011111 0 1010101 111 110 100110001 1010111 110110

Color Harmonies of #F024DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024DF

Black with #F024DF

Text Example


Text Example

White with #F024DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024DF; }

 p { color: rgb(240,36,223); }

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

background-color css

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

 a { background-color: rgb(240,36,223); }

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

border-color css

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

 span { border-color: rgb(240,36,223); }

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