Html Css Color HEX #FA0B9A Deep Pink

📋 copy color: '#FA0B9A'

red 250 ◦ green 11 ◦ blue 154

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

Shades of Deep Pink #FA0B9A

Tints of Deep Pink #FA0B9A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.65%

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 60.24%
G = 2.65%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA0B9A (or 0xFA0B9A) is known color: Deep Pink. HEX triplet: FA, 0B and 9A. RGB value is (250,11,154). Sum of RGB (Red+Green+Blue) = 250+11+154=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0B9A is #05F465. Grayscale: #626262. Windows color (decimal): -390246 or 10095610. OLE color: 10095610.

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

Color convert

RGB 250 11 154 -
CMYK 0 0.96 0.38 0.02
HSL 324.1º 0.96% 0.51% -
HSV(B) 324.1º 0.96% 0.98% -
XYZ 45.38 22.9 32.6 -
YUV 98.76 159.18 235.87 -
System Red Green Blue C M Y K H S L
Decimal 250 11 154 0 0.96 0.38 0.02 324.1 0.96 0.51
Hex FA B 9A 0 60 26 2 144 60 33
Octal 372 13 232 0 140 46 2 504 140 63
Binary 11111010 1011 10011010 0 1100000 100110 10 101000100 1100000 110011

Color Harmonies of #FA0B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0B9A

Black with #FA0B9A

Text Example


Text Example

White with #FA0B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0B9A; }

 p { color: rgb(250,11,154); }

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

background-color css

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

 a { background-color: rgb(250,11,154); }

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

border-color css

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

 span { border-color: rgb(250,11,154); }

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