Html Css Color HEX #FA018F Deep Pink

📋 copy color: '#FA018F'

red 250 ◦ green 1 ◦ blue 143

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

Shades of Deep Pink #FA018F

Tints of Deep Pink #FA018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 63.45%
G = 0.25%
B = 36.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA018F (or 0xFA018F) is known color: Deep Pink. HEX triplet: FA, 01 and 8F. RGB value is (250,1,143). Sum of RGB (Red+Green+Blue) = 250+1+143=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA018F is #05FE70. Grayscale: #5B5B5B. Windows color (decimal): -392817 or 9372154. OLE color: 9372154.

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

Color convert

RGB 250 1 143 -
CMYK 0 1.00 0.43 0.02
HSL 325.78º 0.99% 0.49% -
HSV(B) 325.78º 1% 0.98% -
XYZ 44.39 22.33 27.96 -
YUV 91.64 156.99 240.95 -
System Red Green Blue C M Y K H S L
Decimal 250 1 143 0 1.00 0.43 0.02 325.78 0.99 0.49
Hex FA 1 8F 0 64 2B 2 146 63 31
Octal 372 1 217 0 144 53 2 506 143 61
Binary 11111010 1 10001111 0 1100100 101011 10 101000110 1100011 110001

Color Harmonies of #FA018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA018F

Black with #FA018F

Text Example


Text Example

White with #FA018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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