Html Css Color HEX #FA0C88 Deep Pink

📋 copy color: '#FA0C88'

red 250 ◦ green 12 ◦ blue 136

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

Shades of Deep Pink #FA0C88

Tints of Deep Pink #FA0C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 62.81%
G = 3.02%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA0C88 (or 0xFA0C88) is known color: Deep Pink. HEX triplet: FA, 0C and 88. RGB value is (250,12,136). Sum of RGB (Red+Green+Blue) = 250+12+136=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C88 is #05F377. Grayscale: #616161. Windows color (decimal): -390008 or 8916218. OLE color: 8916218.

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

Color convert

RGB 250 12 136 -
CMYK 0 0.95 0.46 0.02
HSL 328.74º 0.96% 0.51% -
HSV(B) 328.74º 0.95% 0.98% -
XYZ 44 22.36 25.29 -
YUV 97.3 149.85 236.92 -
System Red Green Blue C M Y K H S L
Decimal 250 12 136 0 0.95 0.46 0.02 328.74 0.96 0.51
Hex FA C 88 0 5F 2E 2 149 60 33
Octal 372 14 210 0 137 56 2 511 140 63
Binary 11111010 1100 10001000 0 1011111 101110 10 101001001 1100000 110011

Color Harmonies of #FA0C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C88

Black with #FA0C88

Text Example


Text Example

White with #FA0C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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