Html Css Color HEX #FA0C99 Deep Pink

📋 copy color: '#FA0C99'

red 250 ◦ green 12 ◦ blue 153

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

Shades of Deep Pink #FA0C99

Tints of Deep Pink #FA0C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 60.24%
G = 2.89%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA0C99 (or 0xFA0C99) is known color: Deep Pink. HEX triplet: FA, 0C and 99. RGB value is (250,12,153). Sum of RGB (Red+Green+Blue) = 250+12+153=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C99 is #05F366. Grayscale: #626262. Windows color (decimal): -389991 or 10030330. OLE color: 10030330.

HSL color Cylindrical-coordinate representation of color #FA0C99: hue angle of 324.45º 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 #FA0C99 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 12 153 -
CMYK 0 0.95 0.39 0.02
HSL 324.45º 0.96% 0.51% -
HSV(B) 324.45º 0.95% 0.98% -
XYZ 45.31 22.89 32.17 -
YUV 99.24 158.35 235.54 -
System Red Green Blue C M Y K H S L
Decimal 250 12 153 0 0.95 0.39 0.02 324.45 0.96 0.51
Hex FA C 99 0 5F 27 2 144 60 33
Octal 372 14 231 0 137 47 2 504 140 63
Binary 11111010 1100 10011001 0 1011111 100111 10 101000100 1100000 110011

Color Harmonies of #FA0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C99

Black with #FA0C99

Text Example


Text Example

White with #FA0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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