Html Css Color HEX #F0198A Deep Pink

📋 copy color: '#F0198A'

red 240 ◦ green 25 ◦ blue 138

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

Shades of Deep Pink #F0198A

Tints of Deep Pink #F0198A

RGB

 RED value IS 240 (94.14% from 255) = 59.55%

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

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

R = 59.55%
G = 6.2%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0198A (or 0xF0198A) is known color: Deep Pink. HEX triplet: F0, 19 and 8A. RGB value is (240,25,138). Sum of RGB (Red+Green+Blue) = 240+25+138=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0198A is #0FE675. Grayscale: #656565. Windows color (decimal): -1042038 or 9050608. OLE color: 9050608.

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

Color convert

RGB 240 25 138 -
CMYK 0 0.90 0.42 0.06
HSL 328.47º 0.88% 0.52% -
HSV(B) 328.47º 0.9% 0.94% -
XYZ 40.87 21.06 25.95 -
YUV 102.17 148.23 226.31 -
System Red Green Blue C M Y K H S L
Decimal 240 25 138 0 0.90 0.42 0.06 328.47 0.88 0.52
Hex F0 19 8A 0 5A 2A 6 148 58 34
Octal 360 31 212 0 132 52 6 510 130 64
Binary 11110000 11001 10001010 0 1011010 101010 110 101001000 1011000 110100

Color Harmonies of #F0198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0198A

Black with #F0198A

Text Example


Text Example

White with #F0198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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