Html Css Color HEX #FA188F Deep Pink

📋 copy color: '#FA188F'

red 250 ◦ green 24 ◦ blue 143

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

Shades of Deep Pink #FA188F

Tints of Deep Pink #FA188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.76%

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

R = 59.95%
G = 5.76%
B = 34.29%

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

#FA188F (or 0xFA188F) is known color: Deep Pink. HEX triplet: FA, 18 and 8F. RGB value is (250,24,143). Sum of RGB (Red+Green+Blue) = 250+24+143=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA188F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA188F is #05E770. Grayscale: #686868. Windows color (decimal): -386929 or 9378042. OLE color: 9378042.

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

Color convert

RGB 250 24 143 -
CMYK 0 0.90 0.43 0.02
HSL 328.41º 0.96% 0.54% -
HSV(B) 328.41º 0.9% 0.98% -
XYZ 44.71 22.96 28.06 -
YUV 105.14 149.37 231.32 -
System Red Green Blue C M Y K H S L
Decimal 250 24 143 0 0.90 0.43 0.02 328.41 0.96 0.54
Hex FA 18 8F 0 5A 2B 2 148 60 36
Octal 372 30 217 0 132 53 2 510 140 66
Binary 11111010 11000 10001111 0 1011010 101011 10 101001000 1100000 110110

Color Harmonies of #FA188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA188F

Black with #FA188F

Text Example


Text Example

White with #FA188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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