Html Css Color HEX #F31190 Deep Pink

📋 copy color: '#F31190'

red 243 ◦ green 17 ◦ blue 144

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

Shades of Deep Pink #F31190

Tints of Deep Pink #F31190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 60.15%
G = 4.21%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F31190 (or 0xF31190) is known color: Deep Pink. HEX triplet: F3, 11 and 90. RGB value is (243,17,144). Sum of RGB (Red+Green+Blue) = 243+17+144=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F31190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31190 is #0CEE6F. Grayscale: #626262. Windows color (decimal): -847472 or 9441779. OLE color: 9441779.

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

Color convert

RGB 243 17 144 -
CMYK 0 0.93 0.41 0.05
HSL 326.28º 0.9% 0.51% -
HSV(B) 326.28º 0.93% 0.95% -
XYZ 42.2 21.47 28.31 -
YUV 99.05 153.37 230.67 -
System Red Green Blue C M Y K H S L
Decimal 243 17 144 0 0.93 0.41 0.05 326.28 0.9 0.51
Hex F3 11 90 0 5D 29 5 146 5A 33
Octal 363 21 220 0 135 51 5 506 132 63
Binary 11110011 10001 10010000 0 1011101 101001 101 101000110 1011010 110011

Color Harmonies of #F31190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31190

Black with #F31190

Text Example


Text Example

White with #F31190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31190; }

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

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

background-color css

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

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

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

border-color css

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

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

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