Html Css Color HEX #F31983 Deep Pink

📋 copy color: '#F31983'

red 243 ◦ green 25 ◦ blue 131

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

Shades of Deep Pink #F31983

Tints of Deep Pink #F31983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.27%

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 60.9%
G = 6.27%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F31983 (or 0xF31983) is known color: Deep Pink. HEX triplet: F3, 19 and 83. RGB value is (243,25,131). Sum of RGB (Red+Green+Blue) = 243+25+131=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F31983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31983 is #0CE67C. Grayscale: #666666. Windows color (decimal): -845437 or 8591859. OLE color: 8591859.

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

Color convert

RGB 243 25 131 -
CMYK 0 0.90 0.46 0.05
HSL 330.83º 0.9% 0.53% -
HSV(B) 330.83º 0.9% 0.95% -
XYZ 41.41 21.39 23.42 -
YUV 102.27 144.22 228.38 -
System Red Green Blue C M Y K H S L
Decimal 243 25 131 0 0.90 0.46 0.05 330.83 0.9 0.53
Hex F3 19 83 0 5A 2E 5 14B 5A 35
Octal 363 31 203 0 132 56 5 513 132 65
Binary 11110011 11001 10000011 0 1011010 101110 101 101001011 1011010 110101

Color Harmonies of #F31983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31983

Black with #F31983

Text Example


Text Example

White with #F31983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31983; }

 p { color: rgb(243,25,131); }

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

background-color css

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

 a { background-color: rgb(243,25,131); }

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

border-color css

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

 span { border-color: rgb(243,25,131); }

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