Html Css Color HEX #FA0C89 Deep Pink

📋 copy color: '#FA0C89'

red 250 ◦ green 12 ◦ blue 137

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

Shades of Deep Pink #FA0C89

Tints of Deep Pink #FA0C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.01%

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 62.66%
G = 3.01%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA0C89 (or 0xFA0C89) is known color: Deep Pink. HEX triplet: FA, 0C and 89. RGB value is (250,12,137). Sum of RGB (Red+Green+Blue) = 250+12+137=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C89 is #05F376. Grayscale: #616161. Windows color (decimal): -390007 or 8981754. OLE color: 8981754.

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

Color convert

RGB 250 12 137 -
CMYK 0 0.95 0.45 0.02
HSL 328.49º 0.96% 0.51% -
HSV(B) 328.49º 0.95% 0.98% -
XYZ 44.07 22.39 25.67 -
YUV 97.41 150.35 236.84 -
System Red Green Blue C M Y K H S L
Decimal 250 12 137 0 0.95 0.45 0.02 328.49 0.96 0.51
Hex FA C 89 0 5F 2D 2 148 60 33
Octal 372 14 211 0 137 55 2 510 140 63
Binary 11111010 1100 10001001 0 1011111 101101 10 101001000 1100000 110011

Color Harmonies of #FA0C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C89

Black with #FA0C89

Text Example


Text Example

White with #FA0C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C89; }

 p { color: rgb(250,12,137); }

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

background-color css

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

 a { background-color: rgb(250,12,137); }

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

border-color css

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

 span { border-color: rgb(250,12,137); }

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