Html Css Color HEX #F31487 Deep Pink

📋 copy color: '#F31487'

red 243 ◦ green 20 ◦ blue 135

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

Shades of Deep Pink #F31487

Tints of Deep Pink #F31487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.03%

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

R = 61.06%
G = 5.03%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F31487 (or 0xF31487) is known color: Deep Pink. HEX triplet: F3, 14 and 87. RGB value is (243,20,135). Sum of RGB (Red+Green+Blue) = 243+20+135=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F31487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31487 is #0CEB78. Grayscale: #636363. Windows color (decimal): -846713 or 8852723. OLE color: 8852723.

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

Color convert

RGB 243 20 135 -
CMYK 0 0.92 0.44 0.05
HSL 329.06º 0.9% 0.52% -
HSV(B) 329.06º 0.92% 0.95% -
XYZ 41.59 21.3 24.84 -
YUV 99.79 147.88 230.15 -
System Red Green Blue C M Y K H S L
Decimal 243 20 135 0 0.92 0.44 0.05 329.06 0.9 0.52
Hex F3 14 87 0 5C 2C 5 149 5A 34
Octal 363 24 207 0 134 54 5 511 132 64
Binary 11110011 10100 10000111 0 1011100 101100 101 101001001 1011010 110100

Color Harmonies of #F31487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31487

Black with #F31487

Text Example


Text Example

White with #F31487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31487; }

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

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

background-color css

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

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

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

border-color css

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

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

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