Html Css Color HEX #FA1A8F Deep Pink

📋 copy color: '#FA1A8F'

red 250 ◦ green 26 ◦ blue 143

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

Shades of Deep Pink #FA1A8F

Tints of Deep Pink #FA1A8F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.21%

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

R = 59.67%
G = 6.21%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA1A8F (or 0xFA1A8F) is known color: Deep Pink. HEX triplet: FA, 1A and 8F. RGB value is (250,26,143). Sum of RGB (Red+Green+Blue) = 250+26+143=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1A8F is #05E570. Grayscale: #6A6A6A. Windows color (decimal): -386417 or 9378554. OLE color: 9378554.

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

Color convert

RGB 250 26 143 -
CMYK 0 0.90 0.43 0.02
HSL 328.66º 0.96% 0.54% -
HSV(B) 328.66º 0.9% 0.98% -
XYZ 44.75 23.05 28.08 -
YUV 106.31 148.71 230.49 -
System Red Green Blue C M Y K H S L
Decimal 250 26 143 0 0.90 0.43 0.02 328.66 0.96 0.54
Hex FA 1A 8F 0 5A 2B 2 149 60 36
Octal 372 32 217 0 132 53 2 511 140 66
Binary 11111010 11010 10001111 0 1011010 101011 10 101001001 1100000 110110

Color Harmonies of #FA1A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A8F

Black with #FA1A8F

Text Example


Text Example

White with #FA1A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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