Html Css Color HEX #F316A0 Deep Pink

📋 copy color: '#F316A0'

red 243 ◦ green 22 ◦ blue 160

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

Shades of Deep Pink #F316A0

Tints of Deep Pink #F316A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 57.18%
G = 5.18%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F316A0 (or 0xF316A0) is known color: Deep Pink. HEX triplet: F3, 16 and A0. RGB value is (243,22,160). Sum of RGB (Red+Green+Blue) = 243+22+160=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F316A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F316A0 is #0CE95F. Grayscale: #676767. Windows color (decimal): -846176 or 10491635. OLE color: 10491635.

HSL color Cylindrical-coordinate representation of color #F316A0: hue angle of 322.53º 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 #F316A0 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 22 160 -
CMYK 0 0.91 0.34 0.05
HSL 322.53º 0.9% 0.52% -
HSV(B) 322.53º 0.91% 0.95% -
XYZ 43.59 22.17 35.24 -
YUV 103.81 159.72 227.28 -
System Red Green Blue C M Y K H S L
Decimal 243 22 160 0 0.91 0.34 0.05 322.53 0.9 0.52
Hex F3 16 A0 0 5B 22 5 143 5A 34
Octal 363 26 240 0 133 42 5 503 132 64
Binary 11110011 10110 10100000 0 1011011 100010 101 101000011 1011010 110100

Color Harmonies of #F316A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F316A0

Black with #F316A0

Text Example


Text Example

White with #F316A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F316A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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