Html Css Color HEX #F018DB Hot Magenta

📋 copy color: '#F018DB'

red 240 ◦ green 24 ◦ blue 219

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

Shades of Hot Magenta #F018DB

Tints of Hot Magenta #F018DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.97%

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 49.69%
G = 4.97%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F018DB (or 0xF018DB) is known color: Hot Magenta. HEX triplet: F0, 18 and DB. RGB value is (240,24,219). Sum of RGB (Red+Green+Blue) = 240+24+219=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F018DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018DB is #0FE724. Grayscale: #6E6E6E. Windows color (decimal): -1042213 or 14358768. OLE color: 14358768.

HSL color Cylindrical-coordinate representation of color #F018DB: hue angle of 305.83º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018DB is Cyan = 0, Magento = 0.9, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 219 -
CMYK 0 0.9 0.09 0.06
HSL 305.83º 0.88% 0.52% -
HSV(B) 305.83º 0.9% 0.94% -
XYZ 49.05 24.29 69.12 -
YUV 110.81 189.06 220.14 -
System Red Green Blue C M Y K H S L
Decimal 240 24 219 0 0.9 0.09 0.06 305.83 0.88 0.52
Hex F0 18 DB 0 5A 9 6 132 58 34
Octal 360 30 333 0 132 11 6 462 130 64
Binary 11110000 11000 11011011 0 1011010 1001 110 100110010 1011000 110100

Color Harmonies of #F018DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018DB

Black with #F018DB

Text Example


Text Example

White with #F018DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018DB; }

 p { color: rgb(240,24,219); }

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

background-color css

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

 a { background-color: rgb(240,24,219); }

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

border-color css

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

 span { border-color: rgb(240,24,219); }

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