Html Css Color HEX #F01899 Deep Pink

📋 copy color: '#F01899'

red 240 ◦ green 24 ◦ blue 153

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

Shades of Deep Pink #F01899

Tints of Deep Pink #F01899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 57.55%
G = 5.76%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F01899 (or 0xF01899) is known color: Deep Pink. HEX triplet: F0, 18 and 99. RGB value is (240,24,153). Sum of RGB (Red+Green+Blue) = 240+24+153=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F01899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01899 is #0FE766. Grayscale: #666666. Windows color (decimal): -1042279 or 10033392. OLE color: 10033392.

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

Color convert

RGB 240 24 153 -
CMYK 0 0.9 0.36 0.06
HSL 324.17º 0.88% 0.52% -
HSV(B) 324.17º 0.9% 0.94% -
XYZ 42.01 21.48 32.07 -
YUV 103.29 156.06 225.51 -
System Red Green Blue C M Y K H S L
Decimal 240 24 153 0 0.9 0.36 0.06 324.17 0.88 0.52
Hex F0 18 99 0 5A 24 6 144 58 34
Octal 360 30 231 0 132 44 6 504 130 64
Binary 11110000 11000 10011001 0 1011010 100100 110 101000100 1011000 110100

Color Harmonies of #F01899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01899

Black with #F01899

Text Example


Text Example

White with #F01899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01899; }

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

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

background-color css

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

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

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

border-color css

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

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

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