Html Css Color HEX #F0198D Deep Pink

📋 copy color: '#F0198D'

red 240 ◦ green 25 ◦ blue 141

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

Shades of Deep Pink #F0198D

Tints of Deep Pink #F0198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 59.11%
G = 6.16%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0198D (or 0xF0198D) is known color: Deep Pink. HEX triplet: F0, 19 and 8D. RGB value is (240,25,141). Sum of RGB (Red+Green+Blue) = 240+25+141=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0198D is #0FE672. Grayscale: #666666. Windows color (decimal): -1042035 or 9247216. OLE color: 9247216.

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

Color convert

RGB 240 25 141 -
CMYK 0 0.90 0.41 0.06
HSL 327.63º 0.88% 0.52% -
HSV(B) 327.63º 0.9% 0.94% -
XYZ 41.09 21.14 27.11 -
YUV 102.51 149.73 226.07 -
System Red Green Blue C M Y K H S L
Decimal 240 25 141 0 0.90 0.41 0.06 327.63 0.88 0.52
Hex F0 19 8D 0 5A 29 6 148 58 34
Octal 360 31 215 0 132 51 6 510 130 64
Binary 11110000 11001 10001101 0 1011010 101001 110 101001000 1011000 110100

Color Harmonies of #F0198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0198D

Black with #F0198D

Text Example


Text Example

White with #F0198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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