Html Css Color HEX #F31197 Deep Pink

📋 copy color: '#F31197'

red 243 ◦ green 17 ◦ blue 151

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

Shades of Deep Pink #F31197

Tints of Deep Pink #F31197

RGB

 RED value IS 243 (95.31% from 255) = 59.12%

 GREEN value IS 17 (7.03% from 255) = 4.14%

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 59.12%
G = 4.14%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F31197 (or 0xF31197) is known color: Deep Pink. HEX triplet: F3, 11 and 97. RGB value is (243,17,151). Sum of RGB (Red+Green+Blue) = 243+17+151=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F31197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31197 is #0CEE68. Grayscale: #636363. Windows color (decimal): -847465 or 9900531. OLE color: 9900531.

HSL color Cylindrical-coordinate representation of color #F31197: hue angle of 324.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31197 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 17 151 -
CMYK 0 0.93 0.38 0.05
HSL 324.42º 0.9% 0.51% -
HSV(B) 324.42º 0.93% 0.95% -
XYZ 42.75 21.69 31.21 -
YUV 99.85 156.87 230.1 -
System Red Green Blue C M Y K H S L
Decimal 243 17 151 0 0.93 0.38 0.05 324.42 0.9 0.51
Hex F3 11 97 0 5D 26 5 144 5A 33
Octal 363 21 227 0 135 46 5 504 132 63
Binary 11110011 10001 10010111 0 1011101 100110 101 101000100 1011010 110011

Color Harmonies of #F31197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31197

Black with #F31197

Text Example


Text Example

White with #F31197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31197; }

 p { color: rgb(243,17,151); }

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

background-color css

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

 a { background-color: rgb(243,17,151); }

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

border-color css

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

 span { border-color: rgb(243,17,151); }

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