Html Css Color HEX #FA148B Deep Pink

📋 copy color: '#FA148B'

red 250 ◦ green 20 ◦ blue 139

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

Shades of Deep Pink #FA148B

Tints of Deep Pink #FA148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.89%

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

R = 61.12%
G = 4.89%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA148B (or 0xFA148B) is known color: Deep Pink. HEX triplet: FA, 14 and 8B. RGB value is (250,20,139). Sum of RGB (Red+Green+Blue) = 250+20+139=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA148B is #05EB74. Grayscale: #666666. Windows color (decimal): -387957 or 9114874. OLE color: 9114874.

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

Color convert

RGB 250 20 139 -
CMYK 0 0.92 0.44 0.02
HSL 328.96º 0.96% 0.53% -
HSV(B) 328.96º 0.92% 0.98% -
XYZ 44.33 22.69 26.47 -
YUV 102.34 148.7 233.32 -
System Red Green Blue C M Y K H S L
Decimal 250 20 139 0 0.92 0.44 0.02 328.96 0.96 0.53
Hex FA 14 8B 0 5C 2C 2 149 60 35
Octal 372 24 213 0 134 54 2 511 140 65
Binary 11111010 10100 10001011 0 1011100 101100 10 101001001 1100000 110101

Color Harmonies of #FA148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA148B

Black with #FA148B

Text Example


Text Example

White with #FA148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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