Html Css Color HEX #F024DA Razzle Dazzle Rose

📋 copy color: '#F024DA'

red 240 ◦ green 36 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F024DA

Tints of Razzle Dazzle Rose #F024DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 48.58%
G = 7.29%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F024DA (or 0xF024DA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and DA. RGB value is (240,36,218). Sum of RGB (Red+Green+Blue) = 240+36+218=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 36 (14.45% from 255 or 7.29% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F024DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024DA is #0FDB25. Grayscale: #757575. Windows color (decimal): -1039142 or 14296304. OLE color: 14296304.

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

Color convert

RGB 240 36 218 -
CMYK 0 0.85 0.09 0.06
HSL 306.47º 0.87% 0.54% -
HSV(B) 306.47º 0.85% 0.94% -
XYZ 49.22 24.85 68.53 -
YUV 117.74 184.59 215.2 -
System Red Green Blue C M Y K H S L
Decimal 240 36 218 0 0.85 0.09 0.06 306.47 0.87 0.54
Hex F0 24 DA 0 55 9 6 132 57 36
Octal 360 44 332 0 125 11 6 462 127 66
Binary 11110000 100100 11011010 0 1010101 1001 110 100110010 1010111 110110

Color Harmonies of #F024DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024DA

Black with #F024DA

Text Example


Text Example

White with #F024DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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