Html Css Color HEX #F315A0 Deep Pink

📋 copy color: '#F315A0'

red 243 ◦ green 21 ◦ blue 160

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

Shades of Deep Pink #F315A0

Tints of Deep Pink #F315A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.95%

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

R = 57.31%
G = 4.95%
B = 37.74%

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

#F315A0 (or 0xF315A0) is known color: Deep Pink. HEX triplet: F3, 15 and A0. RGB value is (243,21,160). Sum of RGB (Red+Green+Blue) = 243+21+160=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F315A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F315A0 is #0CEA5F. Grayscale: #666666. Windows color (decimal): -846432 or 10491379. OLE color: 10491379.

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

Color convert

RGB 243 21 160 -
CMYK 0 0.91 0.34 0.05
HSL 322.43º 0.9% 0.52% -
HSV(B) 322.43º 0.91% 0.95% -
XYZ 43.58 22.13 35.23 -
YUV 103.22 160.05 227.7 -
System Red Green Blue C M Y K H S L
Decimal 243 21 160 0 0.91 0.34 0.05 322.43 0.9 0.52
Hex F3 15 A0 0 5B 22 5 142 5A 34
Octal 363 25 240 0 133 42 5 502 132 64
Binary 11110011 10101 10100000 0 1011011 100010 101 101000010 1011010 110100

Color Harmonies of #F315A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315A0

Black with #F315A0

Text Example


Text Example

White with #F315A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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