Html Css Color HEX #FA108B Deep Pink

📋 copy color: '#FA108B'

red 250 ◦ green 16 ◦ blue 139

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

Shades of Deep Pink #FA108B

Tints of Deep Pink #FA108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.95%

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 61.73%
G = 3.95%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA108B (or 0xFA108B) is known color: Deep Pink. HEX triplet: FA, 10 and 8B. RGB value is (250,16,139). Sum of RGB (Red+Green+Blue) = 250+16+139=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA108B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA108B is #05EF74. Grayscale: #636363. Windows color (decimal): -388981 or 9113850. OLE color: 9113850.

HSL color Cylindrical-coordinate representation of color #FA108B: hue angle of 328.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA108B is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 16 139 -
CMYK 0 0.94 0.44 0.02
HSL 328.46º 0.96% 0.52% -
HSV(B) 328.46º 0.94% 0.98% -
XYZ 44.27 22.56 26.45 -
YUV 99.99 150.02 235 -
System Red Green Blue C M Y K H S L
Decimal 250 16 139 0 0.94 0.44 0.02 328.46 0.96 0.52
Hex FA 10 8B 0 5E 2C 2 148 60 34
Octal 372 20 213 0 136 54 2 510 140 64
Binary 11111010 10000 10001011 0 1011110 101100 10 101001000 1100000 110100

Color Harmonies of #FA108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA108B

Black with #FA108B

Text Example


Text Example

White with #FA108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA108B; }

 p { color: rgb(250,16,139); }

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

background-color css

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

 a { background-color: rgb(250,16,139); }

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

border-color css

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

 span { border-color: rgb(250,16,139); }

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