Html Css Color HEX #FA0C87 Deep Pink

📋 copy color: '#FA0C87'

red 250 ◦ green 12 ◦ blue 135

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

Shades of Deep Pink #FA0C87

Tints of Deep Pink #FA0C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 62.97%
G = 3.02%
B = 34.01%

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

#FA0C87 (or 0xFA0C87) is known color: Deep Pink. HEX triplet: FA, 0C and 87. RGB value is (250,12,135). Sum of RGB (Red+Green+Blue) = 250+12+135=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C87 is #05F378. Grayscale: #606060. Windows color (decimal): -390009 or 8850682. OLE color: 8850682.

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

Color convert

RGB 250 12 135 -
CMYK 0 0.95 0.46 0.02
HSL 328.99º 0.96% 0.51% -
HSV(B) 328.99º 0.95% 0.98% -
XYZ 43.93 22.34 24.92 -
YUV 97.18 149.35 237 -
System Red Green Blue C M Y K H S L
Decimal 250 12 135 0 0.95 0.46 0.02 328.99 0.96 0.51
Hex FA C 87 0 5F 2E 2 149 60 33
Octal 372 14 207 0 137 56 2 511 140 63
Binary 11111010 1100 10000111 0 1011111 101110 10 101001001 1100000 110011

Color Harmonies of #FA0C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C87

Black with #FA0C87

Text Example


Text Example

White with #FA0C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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