Html Css Color HEX #FA088F Deep Pink

📋 copy color: '#FA088F'

red 250 ◦ green 8 ◦ blue 143

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

Shades of Deep Pink #FA088F

Tints of Deep Pink #FA088F

RGB

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

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

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

R = 62.34%
G = 2%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA088F (or 0xFA088F) is known color: Deep Pink. HEX triplet: FA, 08 and 8F. RGB value is (250,8,143). Sum of RGB (Red+Green+Blue) = 250+8+143=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA088F is #05F770. Grayscale: #5F5F5F. Windows color (decimal): -391025 or 9373946. OLE color: 9373946.

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

Color convert

RGB 250 8 143 -
CMYK 0 0.97 0.43 0.02
HSL 326.53º 0.96% 0.51% -
HSV(B) 326.53º 0.97% 0.98% -
XYZ 44.47 22.48 27.98 -
YUV 95.75 154.67 238.02 -
System Red Green Blue C M Y K H S L
Decimal 250 8 143 0 0.97 0.43 0.02 326.53 0.96 0.51
Hex FA 8 8F 0 61 2B 2 147 60 33
Octal 372 10 217 0 141 53 2 507 140 63
Binary 11111010 1000 10001111 0 1100001 101011 10 101000111 1100000 110011

Color Harmonies of #FA088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA088F

Black with #FA088F

Text Example


Text Example

White with #FA088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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