Html Css Color HEX #F0149E Deep Pink

📋 copy color: '#F0149E'

red 240 ◦ green 20 ◦ blue 158

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

Shades of Deep Pink #F0149E

Tints of Deep Pink #F0149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 57.42%
G = 4.78%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0149E (or 0xF0149E) is known color: Deep Pink. HEX triplet: F0, 14 and 9E. RGB value is (240,20,158). Sum of RGB (Red+Green+Blue) = 240+20+158=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0149E is #0FEB61. Grayscale: #656565. Windows color (decimal): -1043298 or 10360048. OLE color: 10360048.

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

Color convert

RGB 240 20 158 -
CMYK 0 0.92 0.34 0.06
HSL 322.36º 0.88% 0.51% -
HSV(B) 322.36º 0.92% 0.94% -
XYZ 42.36 21.49 34.26 -
YUV 101.51 159.89 226.78 -
System Red Green Blue C M Y K H S L
Decimal 240 20 158 0 0.92 0.34 0.06 322.36 0.88 0.51
Hex F0 14 9E 0 5C 22 6 142 58 33
Octal 360 24 236 0 134 42 6 502 130 63
Binary 11110000 10100 10011110 0 1011100 100010 110 101000010 1011000 110011

Color Harmonies of #F0149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0149E

Black with #F0149E

Text Example


Text Example

White with #F0149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0149E; }

 p { color: rgb(240,20,158); }

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

background-color css

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

 a { background-color: rgb(240,20,158); }

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

border-color css

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

 span { border-color: rgb(240,20,158); }

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