Html Css Color HEX #F31A8F Deep Pink

📋 copy color: '#F31A8F'

red 243 ◦ green 26 ◦ blue 143

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

Shades of Deep Pink #F31A8F

Tints of Deep Pink #F31A8F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.31%

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 58.98%
G = 6.31%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F31A8F (or 0xF31A8F) is known color: Deep Pink. HEX triplet: F3, 1A and 8F. RGB value is (243,26,143). Sum of RGB (Red+Green+Blue) = 243+26+143=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31A8F is #0CE570. Grayscale: #676767. Windows color (decimal): -845169 or 9378547. OLE color: 9378547.

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

Color convert

RGB 243 26 143 -
CMYK 0 0.89 0.41 0.05
HSL 327.65º 0.9% 0.53% -
HSV(B) 327.65º 0.89% 0.95% -
XYZ 42.29 21.78 27.96 -
YUV 104.22 149.89 226.99 -
System Red Green Blue C M Y K H S L
Decimal 243 26 143 0 0.89 0.41 0.05 327.65 0.9 0.53
Hex F3 1A 8F 0 59 29 5 148 5A 35
Octal 363 32 217 0 131 51 5 510 132 65
Binary 11110011 11010 10001111 0 1011001 101001 101 101001000 1011010 110101

Color Harmonies of #F31A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A8F

Black with #F31A8F

Text Example


Text Example

White with #F31A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A8F; }

 p { color: rgb(243,26,143); }

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

background-color css

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

 a { background-color: rgb(243,26,143); }

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

border-color css

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

 span { border-color: rgb(243,26,143); }

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