Html Css Color HEX #F31290 Deep Pink

📋 copy color: '#F31290'

red 243 ◦ green 18 ◦ blue 144

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

Shades of Deep Pink #F31290

Tints of Deep Pink #F31290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.44%

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

R = 60%
G = 4.44%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F31290 (or 0xF31290) is known color: Deep Pink. HEX triplet: F3, 12 and 90. RGB value is (243,18,144). Sum of RGB (Red+Green+Blue) = 243+18+144=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F31290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31290 is #0CED6F. Grayscale: #636363. Windows color (decimal): -847216 or 9442035. OLE color: 9442035.

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

Color convert

RGB 243 18 144 -
CMYK 0 0.93 0.41 0.05
HSL 326.4º 0.9% 0.51% -
HSV(B) 326.4º 0.93% 0.95% -
XYZ 42.21 21.5 28.31 -
YUV 99.64 153.04 230.25 -
System Red Green Blue C M Y K H S L
Decimal 243 18 144 0 0.93 0.41 0.05 326.4 0.9 0.51
Hex F3 12 90 0 5D 29 5 146 5A 33
Octal 363 22 220 0 135 51 5 506 132 63
Binary 11110011 10010 10010000 0 1011101 101001 101 101000110 1011010 110011

Color Harmonies of #F31290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31290

Black with #F31290

Text Example


Text Example

White with #F31290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31290; }

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

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

background-color css

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

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

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

border-color css

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

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

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