Html Css Color HEX #FA087B Deep Pink

📋 copy color: '#FA087B'

red 250 ◦ green 8 ◦ blue 123

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

Shades of Deep Pink #FA087B

Tints of Deep Pink #FA087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 65.62%
G = 2.1%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA087B (or 0xFA087B) is known color: Deep Pink. HEX triplet: FA, 08 and 7B. RGB value is (250,8,123). Sum of RGB (Red+Green+Blue) = 250+8+123=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA087B is #05F784. Grayscale: #5D5D5D. Windows color (decimal): -391045 or 8063226. OLE color: 8063226.

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

Color convert

RGB 250 8 123 -
CMYK 0 0.97 0.51 0.02
HSL 331.49º 0.96% 0.51% -
HSV(B) 331.49º 0.97% 0.98% -
XYZ 43.09 21.93 20.7 -
YUV 93.47 144.67 239.65 -
System Red Green Blue C M Y K H S L
Decimal 250 8 123 0 0.97 0.51 0.02 331.49 0.96 0.51
Hex FA 8 7B 0 61 33 2 14B 60 33
Octal 372 10 173 0 141 63 2 513 140 63
Binary 11111010 1000 1111011 0 1100001 110011 10 101001011 1100000 110011

Color Harmonies of #FA087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA087B

Black with #FA087B

Text Example


Text Example

White with #FA087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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