Html Css Color HEX #F31890 Deep Pink

📋 copy color: '#F31890'

red 243 ◦ green 24 ◦ blue 144

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

Shades of Deep Pink #F31890

Tints of Deep Pink #F31890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.84%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 59.12%
G = 5.84%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F31890 (or 0xF31890) is known color: Deep Pink. HEX triplet: F3, 18 and 90. RGB value is (243,24,144). Sum of RGB (Red+Green+Blue) = 243+24+144=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F31890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31890 is #0CE76F. Grayscale: #666666. Windows color (decimal): -845680 or 9443571. OLE color: 9443571.

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

Color convert

RGB 243 24 144 -
CMYK 0 0.90 0.41 0.05
HSL 327.12º 0.9% 0.52% -
HSV(B) 327.12º 0.9% 0.95% -
XYZ 42.32 21.72 28.35 -
YUV 103.16 151.05 227.74 -
System Red Green Blue C M Y K H S L
Decimal 243 24 144 0 0.90 0.41 0.05 327.12 0.9 0.52
Hex F3 18 90 0 5A 29 5 147 5A 34
Octal 363 30 220 0 132 51 5 507 132 64
Binary 11110011 11000 10010000 0 1011010 101001 101 101000111 1011010 110100

Color Harmonies of #F31890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31890

Black with #F31890

Text Example


Text Example

White with #F31890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31890; }

 p { color: rgb(243,24,144); }

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

background-color css

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

 a { background-color: rgb(243,24,144); }

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

border-color css

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

 span { border-color: rgb(243,24,144); }

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