Html Css Color HEX #F810A0 Deep Pink

📋 copy color: '#F810A0'

red 248 ◦ green 16 ◦ blue 160

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

Shades of Deep Pink #F810A0

Tints of Deep Pink #F810A0

RGB

 RED value IS 248 (97.27% from 255) = 58.49%

 GREEN value IS 16 (6.64% from 255) = 3.77%

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

R = 58.49%
G = 3.77%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F810A0 (or 0xF810A0) is known color: Deep Pink. HEX triplet: F8, 10 and A0. RGB value is (248,16,160). Sum of RGB (Red+Green+Blue) = 248+16+160=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F810A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F810A0 is #07EF5F. Grayscale: #656565. Windows color (decimal): -520032 or 10490104. OLE color: 10490104.

HSL color Cylindrical-coordinate representation of color #F810A0: hue angle of 322.76º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810A0 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 16 160 -
CMYK 0 0.94 0.35 0.03
HSL 322.76º 0.94% 0.52% -
HSV(B) 322.76º 0.94% 0.97% -
XYZ 45.24 22.87 35.29 -
YUV 101.78 160.86 232.29 -
System Red Green Blue C M Y K H S L
Decimal 248 16 160 0 0.94 0.35 0.03 322.76 0.94 0.52
Hex F8 10 A0 0 5E 23 3 143 5E 34
Octal 370 20 240 0 136 43 3 503 136 64
Binary 11111000 10000 10100000 0 1011110 100011 11 101000011 1011110 110100

Color Harmonies of #F810A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810A0

Black with #F810A0

Text Example


Text Example

White with #F810A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810A0; }

 p { color: rgb(248,16,160); }

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

background-color css

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

 a { background-color: rgb(248,16,160); }

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

border-color css

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

 span { border-color: rgb(248,16,160); }

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