Html Css Color HEX #FA0A8F Deep Pink

📋 copy color: '#FA0A8F'

red 250 ◦ green 10 ◦ blue 143

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

Shades of Deep Pink #FA0A8F

Tints of Deep Pink #FA0A8F

RGB

 RED value IS 250 (98.05% from 255) = 62.03%

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 62.03%
G = 2.48%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA0A8F (or 0xFA0A8F) is known color: Deep Pink. HEX triplet: FA, 0A and 8F. RGB value is (250,10,143). Sum of RGB (Red+Green+Blue) = 250+10+143=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A8F is #05F570. Grayscale: #606060. Windows color (decimal): -390513 or 9374458. OLE color: 9374458.

HSL color Cylindrical-coordinate representation of color #FA0A8F: hue angle of 326.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A8F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 10 143 -
CMYK 0 0.96 0.43 0.02
HSL 326.75º 0.96% 0.51% -
HSV(B) 326.75º 0.96% 0.98% -
XYZ 44.49 22.52 27.99 -
YUV 96.92 154.01 237.19 -
System Red Green Blue C M Y K H S L
Decimal 250 10 143 0 0.96 0.43 0.02 326.75 0.96 0.51
Hex FA A 8F 0 60 2B 2 147 60 33
Octal 372 12 217 0 140 53 2 507 140 63
Binary 11111010 1010 10001111 0 1100000 101011 10 101000111 1100000 110011

Color Harmonies of #FA0A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A8F

Black with #FA0A8F

Text Example


Text Example

White with #FA0A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A8F; }

 p { color: rgb(250,10,143); }

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

background-color css

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

 a { background-color: rgb(250,10,143); }

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

border-color css

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

 span { border-color: rgb(250,10,143); }

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