Html Css Color HEX #F2149D Deep Pink

📋 copy color: '#F2149D'

red 242 ◦ green 20 ◦ blue 157

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

Shades of Deep Pink #F2149D

Tints of Deep Pink #F2149D

RGB

 RED value IS 242 (94.92% from 255) = 57.76%

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 57.76%
G = 4.77%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2149D (or 0xF2149D) is known color: Deep Pink. HEX triplet: F2, 14 and 9D. RGB value is (242,20,157). Sum of RGB (Red+Green+Blue) = 242+20+157=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2149D is #0DEB62. Grayscale: #656565. Windows color (decimal): -912227 or 10294514. OLE color: 10294514.

HSL color Cylindrical-coordinate representation of color #F2149D: hue angle of 322.97º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2149D is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 157 -
CMYK 0 0.92 0.35 0.05
HSL 322.97º 0.9% 0.51% -
HSV(B) 322.97º 0.92% 0.95% -
XYZ 42.95 21.81 33.84 -
YUV 102 159.05 227.86 -
System Red Green Blue C M Y K H S L
Decimal 242 20 157 0 0.92 0.35 0.05 322.97 0.9 0.51
Hex F2 14 9D 0 5C 23 5 143 5A 33
Octal 362 24 235 0 134 43 5 503 132 63
Binary 11110010 10100 10011101 0 1011100 100011 101 101000011 1011010 110011

Color Harmonies of #F2149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2149D

Black with #F2149D

Text Example


Text Example

White with #F2149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2149D; }

 p { color: rgb(242,20,157); }

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

background-color css

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

 a { background-color: rgb(242,20,157); }

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

border-color css

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

 span { border-color: rgb(242,20,157); }

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