Html Css Color HEX #FA0B8E Deep Pink

📋 copy color: '#FA0B8E'

red 250 ◦ green 11 ◦ blue 142

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

Shades of Deep Pink #FA0B8E

Tints of Deep Pink #FA0B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 62.03%
G = 2.73%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA0B8E (or 0xFA0B8E) is known color: Deep Pink. HEX triplet: FA, 0B and 8E. RGB value is (250,11,142). Sum of RGB (Red+Green+Blue) = 250+11+142=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0B8E is #05F471. Grayscale: #616161. Windows color (decimal): -390258 or 9309178. OLE color: 9309178.

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

Color convert

RGB 250 11 142 -
CMYK 0 0.96 0.43 0.02
HSL 327.11º 0.96% 0.51% -
HSV(B) 327.11º 0.96% 0.98% -
XYZ 44.43 22.52 27.6 -
YUV 97.4 153.18 236.85 -
System Red Green Blue C M Y K H S L
Decimal 250 11 142 0 0.96 0.43 0.02 327.11 0.96 0.51
Hex FA B 8E 0 60 2B 2 147 60 33
Octal 372 13 216 0 140 53 2 507 140 63
Binary 11111010 1011 10001110 0 1100000 101011 10 101000111 1100000 110011

Color Harmonies of #FA0B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0B8E

Black with #FA0B8E

Text Example


Text Example

White with #FA0B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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