Html Css Color HEX #F31490 Deep Pink

📋 copy color: '#F31490'

red 243 ◦ green 20 ◦ blue 144

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

Shades of Deep Pink #F31490

Tints of Deep Pink #F31490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.91%

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

R = 59.71%
G = 4.91%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F31490 (or 0xF31490) is known color: Deep Pink. HEX triplet: F3, 14 and 90. RGB value is (243,20,144). Sum of RGB (Red+Green+Blue) = 243+20+144=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F31490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31490 is #0CEB6F. Grayscale: #646464. Windows color (decimal): -846704 or 9442547. OLE color: 9442547.

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

Color convert

RGB 243 20 144 -
CMYK 0 0.92 0.41 0.05
HSL 326.64º 0.9% 0.52% -
HSV(B) 326.64º 0.92% 0.95% -
XYZ 42.25 21.57 28.32 -
YUV 100.81 152.38 229.42 -
System Red Green Blue C M Y K H S L
Decimal 243 20 144 0 0.92 0.41 0.05 326.64 0.9 0.52
Hex F3 14 90 0 5C 29 5 147 5A 34
Octal 363 24 220 0 134 51 5 507 132 64
Binary 11110011 10100 10010000 0 1011100 101001 101 101000111 1011010 110100

Color Harmonies of #F31490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31490

Black with #F31490

Text Example


Text Example

White with #F31490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31490; }

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

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

background-color css

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

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

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

border-color css

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

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

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