Html Css Color HEX #F0197E Deep Pink

📋 copy color: '#F0197E'

red 240 ◦ green 25 ◦ blue 126

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

Shades of Deep Pink #F0197E

Tints of Deep Pink #F0197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 61.38%
G = 6.39%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0197E (or 0xF0197E) is known color: Deep Pink. HEX triplet: F0, 19 and 7E. RGB value is (240,25,126). Sum of RGB (Red+Green+Blue) = 240+25+126=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0197E is #0FE681. Grayscale: #646464. Windows color (decimal): -1042050 or 8264176. OLE color: 8264176.

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

Color convert

RGB 240 25 126 -
CMYK 0 0.90 0.48 0.06
HSL 331.81º 0.88% 0.52% -
HSV(B) 331.81º 0.9% 0.94% -
XYZ 40.05 20.73 21.63 -
YUV 100.8 142.23 227.29 -
System Red Green Blue C M Y K H S L
Decimal 240 25 126 0 0.90 0.48 0.06 331.81 0.88 0.52
Hex F0 19 7E 0 5A 30 6 14C 58 34
Octal 360 31 176 0 132 60 6 514 130 64
Binary 11110000 11001 1111110 0 1011010 110000 110 101001100 1011000 110100

Color Harmonies of #F0197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0197E

Black with #F0197E

Text Example


Text Example

White with #F0197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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