Html Css Color HEX #FA087F Deep Pink

📋 copy color: '#FA087F'

red 250 ◦ green 8 ◦ blue 127

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

Shades of Deep Pink #FA087F

Tints of Deep Pink #FA087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.08%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 64.94%
G = 2.08%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA087F (or 0xFA087F) is known color: Deep Pink. HEX triplet: FA, 08 and 7F. RGB value is (250,8,127). Sum of RGB (Red+Green+Blue) = 250+8+127=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA087F is #05F780. Grayscale: #5D5D5D. Windows color (decimal): -391041 or 8325370. OLE color: 8325370.

HSL color Cylindrical-coordinate representation of color #FA087F: hue angle of 330.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA087F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 127 -
CMYK 0 0.97 0.49 0.02
HSL 330.5º 0.96% 0.51% -
HSV(B) 330.5º 0.97% 0.98% -
XYZ 43.34 22.03 22.05 -
YUV 93.92 146.67 239.32 -
System Red Green Blue C M Y K H S L
Decimal 250 8 127 0 0.97 0.49 0.02 330.5 0.96 0.51
Hex FA 8 7F 0 61 31 2 14A 60 33
Octal 372 10 177 0 141 61 2 512 140 63
Binary 11111010 1000 1111111 0 1100001 110001 10 101001010 1100000 110011

Color Harmonies of #FA087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA087F

Black with #FA087F

Text Example


Text Example

White with #FA087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA087F; }

 p { color: rgb(250,8,127); }

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

background-color css

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

 a { background-color: rgb(250,8,127); }

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

border-color css

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

 span { border-color: rgb(250,8,127); }

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