Html Css Color HEX #F31980 Deep Pink

📋 copy color: '#F31980'

red 243 ◦ green 25 ◦ blue 128

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

Shades of Deep Pink #F31980

Tints of Deep Pink #F31980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 61.36%
G = 6.31%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F31980 (or 0xF31980) is known color: Deep Pink. HEX triplet: F3, 19 and 80. RGB value is (243,25,128). Sum of RGB (Red+Green+Blue) = 243+25+128=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F31980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31980 is #0CE67F. Grayscale: #656565. Windows color (decimal): -845440 or 8395251. OLE color: 8395251.

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

Color convert

RGB 243 25 128 -
CMYK 0 0.90 0.47 0.05
HSL 331.65º 0.9% 0.53% -
HSV(B) 331.65º 0.9% 0.95% -
XYZ 41.21 21.31 22.36 -
YUV 101.92 142.72 228.62 -
System Red Green Blue C M Y K H S L
Decimal 243 25 128 0 0.90 0.47 0.05 331.65 0.9 0.53
Hex F3 19 80 0 5A 2F 5 14C 5A 35
Octal 363 31 200 0 132 57 5 514 132 65
Binary 11110011 11001 10000000 0 1011010 101111 101 101001100 1011010 110101

Color Harmonies of #F31980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31980

Black with #F31980

Text Example


Text Example

White with #F31980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31980; }

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

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

background-color css

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

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

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

border-color css

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

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

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