Html Css Color HEX #F31C89 Deep Pink

📋 copy color: '#F31C89'

red 243 ◦ green 28 ◦ blue 137

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

Shades of Deep Pink #F31C89

Tints of Deep Pink #F31C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 59.56%
G = 6.86%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F31C89 (or 0xF31C89) is known color: Deep Pink. HEX triplet: F3, 1C and 89. RGB value is (243,28,137). Sum of RGB (Red+Green+Blue) = 243+28+137=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C89 is #0CE376. Grayscale: #686868. Windows color (decimal): -844663 or 8985843. OLE color: 8985843.

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

Color convert

RGB 243 28 137 -
CMYK 0 0.88 0.44 0.05
HSL 329.58º 0.9% 0.53% -
HSV(B) 329.58º 0.88% 0.95% -
XYZ 41.89 21.69 25.65 -
YUV 104.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 243 28 137 0 0.88 0.44 0.05 329.58 0.9 0.53
Hex F3 1C 89 0 58 2C 5 14A 5A 35
Octal 363 34 211 0 130 54 5 512 132 65
Binary 11110011 11100 10001001 0 1011000 101100 101 101001010 1011010 110101

Color Harmonies of #F31C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C89

Black with #F31C89

Text Example


Text Example

White with #F31C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C89; }

 p { color: rgb(243,28,137); }

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

background-color css

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

 a { background-color: rgb(243,28,137); }

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

border-color css

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

 span { border-color: rgb(243,28,137); }

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