Html Css Color HEX #FA028F Deep Pink

📋 copy color: '#FA028F'

red 250 ◦ green 2 ◦ blue 143

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

Shades of Deep Pink #FA028F

Tints of Deep Pink #FA028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 63.29%
G = 0.51%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA028F (or 0xFA028F) is known color: Deep Pink. HEX triplet: FA, 02 and 8F. RGB value is (250,2,143). Sum of RGB (Red+Green+Blue) = 250+2+143=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA028F is #05FD70. Grayscale: #5B5B5B. Windows color (decimal): -392561 or 9372410. OLE color: 9372410.

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

Color convert

RGB 250 2 143 -
CMYK 0 0.99 0.43 0.02
HSL 325.89º 0.98% 0.49% -
HSV(B) 325.89º 0.99% 0.98% -
XYZ 44.4 22.35 27.96 -
YUV 92.23 156.66 240.54 -
System Red Green Blue C M Y K H S L
Decimal 250 2 143 0 0.99 0.43 0.02 325.89 0.98 0.49
Hex FA 2 8F 0 63 2B 2 146 62 31
Octal 372 2 217 0 143 53 2 506 142 61
Binary 11111010 10 10001111 0 1100011 101011 10 101000110 1100010 110001

Color Harmonies of #FA028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA028F

Black with #FA028F

Text Example


Text Example

White with #FA028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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