Html Css Color HEX #F2198A Deep Pink

📋 copy color: '#F2198A'

red 242 ◦ green 25 ◦ blue 138

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

Shades of Deep Pink #F2198A

Tints of Deep Pink #F2198A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.17%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 59.75%
G = 6.17%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2198A (or 0xF2198A) is known color: Deep Pink. HEX triplet: F2, 19 and 8A. RGB value is (242,25,138). Sum of RGB (Red+Green+Blue) = 242+25+138=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2198A is #0DE675. Grayscale: #666666. Windows color (decimal): -910966 or 9050610. OLE color: 9050610.

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

Color convert

RGB 242 25 138 -
CMYK 0 0.90 0.43 0.05
HSL 328.76º 0.89% 0.52% -
HSV(B) 328.76º 0.9% 0.95% -
XYZ 41.55 21.41 25.99 -
YUV 102.77 147.89 227.31 -
System Red Green Blue C M Y K H S L
Decimal 242 25 138 0 0.90 0.43 0.05 328.76 0.89 0.52
Hex F2 19 8A 0 5A 2B 5 149 59 34
Octal 362 31 212 0 132 53 5 511 131 64
Binary 11110010 11001 10001010 0 1011010 101011 101 101001001 1011001 110100

Color Harmonies of #F2198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2198A

Black with #F2198A

Text Example


Text Example

White with #F2198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2198A; }

 p { color: rgb(242,25,138); }

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

background-color css

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

 a { background-color: rgb(242,25,138); }

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

border-color css

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

 span { border-color: rgb(242,25,138); }

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