Html Css Color HEX #F2178C Deep Pink

📋 copy color: '#F2178C'

red 242 ◦ green 23 ◦ blue 140

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

Shades of Deep Pink #F2178C

Tints of Deep Pink #F2178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.68%

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

R = 59.75%
G = 5.68%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2178C (or 0xF2178C) is known color: Deep Pink. HEX triplet: F2, 17 and 8C. RGB value is (242,23,140). Sum of RGB (Red+Green+Blue) = 242+23+140=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2178C is #0DE873. Grayscale: #656565. Windows color (decimal): -911476 or 9181170. OLE color: 9181170.

HSL color Cylindrical-coordinate representation of color #F2178C: hue angle of 327.95º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2178C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 23 140 -
CMYK 0 0.90 0.42 0.05
HSL 327.95º 0.89% 0.52% -
HSV(B) 327.95º 0.9% 0.95% -
XYZ 41.66 21.38 26.74 -
YUV 101.82 149.55 227.99 -
System Red Green Blue C M Y K H S L
Decimal 242 23 140 0 0.90 0.42 0.05 327.95 0.89 0.52
Hex F2 17 8C 0 5A 2A 5 148 59 34
Octal 362 27 214 0 132 52 5 510 131 64
Binary 11110010 10111 10001100 0 1011010 101010 101 101001000 1011001 110100

Color Harmonies of #F2178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2178C

Black with #F2178C

Text Example


Text Example

White with #F2178C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2178C; }

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

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

background-color css

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

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

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

border-color css

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

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

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