Html Css Color HEX #F31690 Deep Pink

📋 copy color: '#F31690'

red 243 ◦ green 22 ◦ blue 144

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

Shades of Deep Pink #F31690

Tints of Deep Pink #F31690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.38%

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

R = 59.41%
G = 5.38%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F31690 (or 0xF31690) is known color: Deep Pink. HEX triplet: F3, 16 and 90. RGB value is (243,22,144). Sum of RGB (Red+Green+Blue) = 243+22+144=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F31690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31690 is #0CE96F. Grayscale: #656565. Windows color (decimal): -846192 or 9443059. OLE color: 9443059.

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

Color convert

RGB 243 22 144 -
CMYK 0 0.91 0.41 0.05
HSL 326.88º 0.9% 0.52% -
HSV(B) 326.88º 0.91% 0.95% -
XYZ 42.28 21.64 28.33 -
YUV 101.99 151.72 228.58 -
System Red Green Blue C M Y K H S L
Decimal 243 22 144 0 0.91 0.41 0.05 326.88 0.9 0.52
Hex F3 16 90 0 5B 29 5 147 5A 34
Octal 363 26 220 0 133 51 5 507 132 64
Binary 11110011 10110 10010000 0 1011011 101001 101 101000111 1011010 110100

Color Harmonies of #F31690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31690

Black with #F31690

Text Example


Text Example

White with #F31690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31690; }

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

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

background-color css

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

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

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

border-color css

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

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

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