Html Css Color HEX #FA0C8F Deep Pink

📋 copy color: '#FA0C8F'

red 250 ◦ green 12 ◦ blue 143

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

Shades of Deep Pink #FA0C8F

Tints of Deep Pink #FA0C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 61.73%
G = 2.96%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA0C8F (or 0xFA0C8F) is known color: Deep Pink. HEX triplet: FA, 0C and 8F. RGB value is (250,12,143). Sum of RGB (Red+Green+Blue) = 250+12+143=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C8F is #05F370. Grayscale: #616161. Windows color (decimal): -390001 or 9374970. OLE color: 9374970.

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

Color convert

RGB 250 12 143 -
CMYK 0 0.95 0.43 0.02
HSL 326.97º 0.96% 0.51% -
HSV(B) 326.97º 0.95% 0.98% -
XYZ 44.51 22.57 28 -
YUV 98.1 153.35 236.35 -
System Red Green Blue C M Y K H S L
Decimal 250 12 143 0 0.95 0.43 0.02 326.97 0.96 0.51
Hex FA C 8F 0 5F 2B 2 147 60 33
Octal 372 14 217 0 137 53 2 507 140 63
Binary 11111010 1100 10001111 0 1011111 101011 10 101000111 1100000 110011

Color Harmonies of #FA0C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C8F

Black with #FA0C8F

Text Example


Text Example

White with #FA0C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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