Html Css Color HEX #F01090 Deep Pink

📋 copy color: '#F01090'

red 240 ◦ green 16 ◦ blue 144

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

Shades of Deep Pink #F01090

Tints of Deep Pink #F01090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 60%
G = 4%
B = 36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F01090 (or 0xF01090) is known color: Deep Pink. HEX triplet: F0, 10 and 90. RGB value is (240,16,144). Sum of RGB (Red+Green+Blue) = 240+16+144=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F01090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01090 is #0FEF6F. Grayscale: #616161. Windows color (decimal): -1044336 or 9441520. OLE color: 9441520.

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

Color convert

RGB 240 16 144 -
CMYK 0 0.93 0.4 0.06
HSL 325.71º 0.88% 0.5% -
HSV(B) 325.71º 0.93% 0.94% -
XYZ 41.15 20.91 28.25 -
YUV 97.57 154.21 229.59 -
System Red Green Blue C M Y K H S L
Decimal 240 16 144 0 0.93 0.4 0.06 325.71 0.88 0.5
Hex F0 10 90 0 5D 28 6 146 58 32
Octal 360 20 220 0 135 50 6 506 130 62
Binary 11110000 10000 10010000 0 1011101 101000 110 101000110 1011000 110010

Color Harmonies of #F01090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01090

Black with #F01090

Text Example


Text Example

White with #F01090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01090; }

 p { color: rgb(240,16,144); }

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

background-color css

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

 a { background-color: rgb(240,16,144); }

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

border-color css

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

 span { border-color: rgb(240,16,144); }

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