Html Css Color HEX #F2198B Deep Pink

📋 copy color: '#F2198B'

red 242 ◦ green 25 ◦ blue 139

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

Shades of Deep Pink #F2198B

Tints of Deep Pink #F2198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 59.61%
G = 6.16%
B = 34.24%

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

#F2198B (or 0xF2198B) is known color: Deep Pink. HEX triplet: F2, 19 and 8B. RGB value is (242,25,139). Sum of RGB (Red+Green+Blue) = 242+25+139=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2198B is #0DE674. Grayscale: #666666. Windows color (decimal): -910965 or 9116146. OLE color: 9116146.

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

Color convert

RGB 242 25 139 -
CMYK 0 0.90 0.43 0.05
HSL 328.48º 0.89% 0.52% -
HSV(B) 328.48º 0.9% 0.95% -
XYZ 41.63 21.44 26.37 -
YUV 102.88 148.39 227.23 -
System Red Green Blue C M Y K H S L
Decimal 242 25 139 0 0.90 0.43 0.05 328.48 0.89 0.52
Hex F2 19 8B 0 5A 2B 5 148 59 34
Octal 362 31 213 0 132 53 5 510 131 64
Binary 11110010 11001 10001011 0 1011010 101011 101 101001000 1011001 110100

Color Harmonies of #F2198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2198B

Black with #F2198B

Text Example


Text Example

White with #F2198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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