Html Css Color HEX #FA187A Deep Pink

📋 copy color: '#FA187A'

red 250 ◦ green 24 ◦ blue 122

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

Shades of Deep Pink #FA187A

Tints of Deep Pink #FA187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 63.13%
G = 6.06%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA187A (or 0xFA187A) is known color: Deep Pink. HEX triplet: FA, 18 and 7A. RGB value is (250,24,122). Sum of RGB (Red+Green+Blue) = 250+24+122=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA187A is #05E785. Grayscale: #666666. Windows color (decimal): -386950 or 8001786. OLE color: 8001786.

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

Color convert

RGB 250 24 122 -
CMYK 0 0.90 0.51 0.02
HSL 333.98º 0.96% 0.54% -
HSV(B) 333.98º 0.9% 0.98% -
XYZ 43.26 22.38 20.45 -
YUV 102.75 138.87 233.03 -
System Red Green Blue C M Y K H S L
Decimal 250 24 122 0 0.90 0.51 0.02 333.98 0.96 0.54
Hex FA 18 7A 0 5A 33 2 14E 60 36
Octal 372 30 172 0 132 63 2 516 140 66
Binary 11111010 11000 1111010 0 1011010 110011 10 101001110 1100000 110110

Color Harmonies of #FA187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA187A

Black with #FA187A

Text Example


Text Example

White with #FA187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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