Html Css Color HEX #F0197D Deep Pink

📋 copy color: '#F0197D'

red 240 ◦ green 25 ◦ blue 125

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

Shades of Deep Pink #F0197D

Tints of Deep Pink #F0197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 61.54%
G = 6.41%
B = 32.05%

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

#F0197D (or 0xF0197D) is known color: Deep Pink. HEX triplet: F0, 19 and 7D. RGB value is (240,25,125). Sum of RGB (Red+Green+Blue) = 240+25+125=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F0197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0197D is #0FE682. Grayscale: #646464. Windows color (decimal): -1042051 or 8198640. OLE color: 8198640.

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

Color convert

RGB 240 25 125 -
CMYK 0 0.90 0.48 0.06
HSL 332.09º 0.88% 0.52% -
HSV(B) 332.09º 0.9% 0.94% -
XYZ 39.98 20.7 21.29 -
YUV 100.69 141.73 227.37 -
System Red Green Blue C M Y K H S L
Decimal 240 25 125 0 0.90 0.48 0.06 332.09 0.88 0.52
Hex F0 19 7D 0 5A 30 6 14C 58 34
Octal 360 31 175 0 132 60 6 514 130 64
Binary 11110000 11001 1111101 0 1011010 110000 110 101001100 1011000 110100

Color Harmonies of #F0197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0197D

Black with #F0197D

Text Example


Text Example

White with #F0197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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