Html Css Color HEX #FA0D8F Deep Pink

📋 copy color: '#FA0D8F'

red 250 ◦ green 13 ◦ blue 143

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

Shades of Deep Pink #FA0D8F

Tints of Deep Pink #FA0D8F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.2%

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

R = 61.58%
G = 3.2%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA0D8F (or 0xFA0D8F) is known color: Deep Pink. HEX triplet: FA, 0D and 8F. RGB value is (250,13,143). Sum of RGB (Red+Green+Blue) = 250+13+143=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0D8F is #05F270. Grayscale: #626262. Windows color (decimal): -389745 or 9375226. OLE color: 9375226.

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

Color convert

RGB 250 13 143 -
CMYK 0 0.95 0.43 0.02
HSL 327.09º 0.96% 0.52% -
HSV(B) 327.09º 0.95% 0.98% -
XYZ 44.53 22.6 28 -
YUV 98.68 153.02 235.93 -
System Red Green Blue C M Y K H S L
Decimal 250 13 143 0 0.95 0.43 0.02 327.09 0.96 0.52
Hex FA D 8F 0 5F 2B 2 147 60 34
Octal 372 15 217 0 137 53 2 507 140 64
Binary 11111010 1101 10001111 0 1011111 101011 10 101000111 1100000 110100

Color Harmonies of #FA0D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0D8F

Black with #FA0D8F

Text Example


Text Example

White with #FA0D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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