Html Css Color HEX #FA0B98 Deep Pink

📋 copy color: '#FA0B98'

red 250 ◦ green 11 ◦ blue 152

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

Shades of Deep Pink #FA0B98

Tints of Deep Pink #FA0B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 60.53%
G = 2.66%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA0B98 (or 0xFA0B98) is known color: Deep Pink. HEX triplet: FA, 0B and 98. RGB value is (250,11,152). Sum of RGB (Red+Green+Blue) = 250+11+152=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0B98 is #05F467. Grayscale: #626262. Windows color (decimal): -390248 or 9964538. OLE color: 9964538.

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

Color convert

RGB 250 11 152 -
CMYK 0 0.96 0.39 0.02
HSL 324.6º 0.96% 0.51% -
HSV(B) 324.6º 0.96% 0.98% -
XYZ 45.21 22.83 31.73 -
YUV 98.54 158.18 236.04 -
System Red Green Blue C M Y K H S L
Decimal 250 11 152 0 0.96 0.39 0.02 324.6 0.96 0.51
Hex FA B 98 0 60 27 2 145 60 33
Octal 372 13 230 0 140 47 2 505 140 63
Binary 11111010 1011 10011000 0 1100000 100111 10 101000101 1100000 110011

Color Harmonies of #FA0B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0B98

Black with #FA0B98

Text Example


Text Example

White with #FA0B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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