Html Css Color HEX #F31F87 Deep Pink

📋 copy color: '#F31F87'

red 243 ◦ green 31 ◦ blue 135

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

Shades of Deep Pink #F31F87

Tints of Deep Pink #F31F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.58%

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 59.41%
G = 7.58%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F31F87 (or 0xF31F87) is known color: Deep Pink. HEX triplet: F3, 1F and 87. RGB value is (243,31,135). Sum of RGB (Red+Green+Blue) = 243+31+135=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31F87 is #0CE078. Grayscale: #6A6A6A. Windows color (decimal): -843897 or 8855539. OLE color: 8855539.

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

Color convert

RGB 243 31 135 -
CMYK 0 0.87 0.44 0.05
HSL 330.57º 0.9% 0.54% -
HSV(B) 330.57º 0.87% 0.95% -
XYZ 41.83 21.78 24.92 -
YUV 106.24 144.24 225.54 -
System Red Green Blue C M Y K H S L
Decimal 243 31 135 0 0.87 0.44 0.05 330.57 0.9 0.54
Hex F3 1F 87 0 57 2C 5 14B 5A 36
Octal 363 37 207 0 127 54 5 513 132 66
Binary 11110011 11111 10000111 0 1010111 101100 101 101001011 1011010 110110

Color Harmonies of #F31F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F87

Black with #F31F87

Text Example


Text Example

White with #F31F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F87; }

 p { color: rgb(243,31,135); }

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

background-color css

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

 a { background-color: rgb(243,31,135); }

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

border-color css

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

 span { border-color: rgb(243,31,135); }

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