Html Css Color HEX #F0197A Deep Pink

📋 copy color: '#F0197A'

red 240 ◦ green 25 ◦ blue 122

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

Shades of Deep Pink #F0197A

Tints of Deep Pink #F0197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 62.02%
G = 6.46%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0197A (or 0xF0197A) is known color: Deep Pink. HEX triplet: F0, 19 and 7A. RGB value is (240,25,122). Sum of RGB (Red+Green+Blue) = 240+25+122=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0197A is #0FE685. Grayscale: #646464. Windows color (decimal): -1042054 or 8002032. OLE color: 8002032.

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

Color convert

RGB 240 25 122 -
CMYK 0 0.90 0.49 0.06
HSL 332.93º 0.88% 0.52% -
HSV(B) 332.93º 0.9% 0.94% -
XYZ 39.8 20.63 20.3 -
YUV 100.34 140.23 227.61 -
System Red Green Blue C M Y K H S L
Decimal 240 25 122 0 0.90 0.49 0.06 332.93 0.88 0.52
Hex F0 19 7A 0 5A 31 6 14D 58 34
Octal 360 31 172 0 132 61 6 515 130 64
Binary 11110000 11001 1111010 0 1011010 110001 110 101001101 1011000 110100

Color Harmonies of #F0197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0197A

Black with #F0197A

Text Example


Text Example

White with #F0197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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