Html Css Color HEX #F2148C Deep Pink

📋 copy color: '#F2148C'

red 242 ◦ green 20 ◦ blue 140

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

Shades of Deep Pink #F2148C

Tints of Deep Pink #F2148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 60.2%
G = 4.98%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2148C (or 0xF2148C) is known color: Deep Pink. HEX triplet: F2, 14 and 8C. RGB value is (242,20,140). Sum of RGB (Red+Green+Blue) = 242+20+140=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2148C is #0DEB73. Grayscale: #636363. Windows color (decimal): -912244 or 9180402. OLE color: 9180402.

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

Color convert

RGB 242 20 140 -
CMYK 0 0.92 0.42 0.05
HSL 327.57º 0.9% 0.51% -
HSV(B) 327.57º 0.92% 0.95% -
XYZ 41.6 21.27 26.72 -
YUV 100.06 150.55 229.24 -
System Red Green Blue C M Y K H S L
Decimal 242 20 140 0 0.92 0.42 0.05 327.57 0.9 0.51
Hex F2 14 8C 0 5C 2A 5 148 5A 33
Octal 362 24 214 0 134 52 5 510 132 63
Binary 11110010 10100 10001100 0 1011100 101010 101 101001000 1011010 110011

Color Harmonies of #F2148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2148C

Black with #F2148C

Text Example


Text Example

White with #F2148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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