Html Css Color HEX #FA0C8B Deep Pink

📋 copy color: '#FA0C8B'

red 250 ◦ green 12 ◦ blue 139

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

Shades of Deep Pink #FA0C8B

Tints of Deep Pink #FA0C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 62.34%
G = 2.99%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA0C8B (or 0xFA0C8B) is known color: Deep Pink. HEX triplet: FA, 0C and 8B. RGB value is (250,12,139). Sum of RGB (Red+Green+Blue) = 250+12+139=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C8B is #05F374. Grayscale: #616161. Windows color (decimal): -390005 or 9112826. OLE color: 9112826.

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

Color convert

RGB 250 12 139 -
CMYK 0 0.95 0.44 0.02
HSL 327.98º 0.96% 0.51% -
HSV(B) 327.98º 0.95% 0.98% -
XYZ 44.22 22.45 26.43 -
YUV 97.64 151.35 236.67 -
System Red Green Blue C M Y K H S L
Decimal 250 12 139 0 0.95 0.44 0.02 327.98 0.96 0.51
Hex FA C 8B 0 5F 2C 2 148 60 33
Octal 372 14 213 0 137 54 2 510 140 63
Binary 11111010 1100 10001011 0 1011111 101100 10 101001000 1100000 110011

Color Harmonies of #FA0C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C8B

Black with #FA0C8B

Text Example


Text Example

White with #FA0C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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