Html Css Color HEX #F0149A Deep Pink

📋 copy color: '#F0149A'

red 240 ◦ green 20 ◦ blue 154

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

Shades of Deep Pink #F0149A

Tints of Deep Pink #F0149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 57.97%
G = 4.83%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0149A (or 0xF0149A) is known color: Deep Pink. HEX triplet: F0, 14 and 9A. RGB value is (240,20,154). Sum of RGB (Red+Green+Blue) = 240+20+154=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0149A is #0FEB65. Grayscale: #646464. Windows color (decimal): -1043302 or 10097904. OLE color: 10097904.

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

Color convert

RGB 240 20 154 -
CMYK 0 0.92 0.36 0.06
HSL 323.45º 0.88% 0.51% -
HSV(B) 323.45º 0.92% 0.94% -
XYZ 42.02 21.36 32.48 -
YUV 101.06 157.89 227.1 -
System Red Green Blue C M Y K H S L
Decimal 240 20 154 0 0.92 0.36 0.06 323.45 0.88 0.51
Hex F0 14 9A 0 5C 24 6 143 58 33
Octal 360 24 232 0 134 44 6 503 130 63
Binary 11110000 10100 10011010 0 1011100 100100 110 101000011 1011000 110011

Color Harmonies of #F0149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0149A

Black with #F0149A

Text Example


Text Example

White with #F0149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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