Html Css Color HEX #FA1899 Deep Pink

📋 copy color: '#FA1899'

red 250 ◦ green 24 ◦ blue 153

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

Shades of Deep Pink #FA1899

Tints of Deep Pink #FA1899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 58.55%
G = 5.62%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA1899 (or 0xFA1899) is known color: Deep Pink. HEX triplet: FA, 18 and 99. RGB value is (250,24,153). Sum of RGB (Red+Green+Blue) = 250+24+153=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1899 is #05E766. Grayscale: #696969. Windows color (decimal): -386919 or 10033402. OLE color: 10033402.

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

Color convert

RGB 250 24 153 -
CMYK 0 0.90 0.39 0.02
HSL 325.75º 0.96% 0.54% -
HSV(B) 325.75º 0.9% 0.98% -
XYZ 45.5 23.28 32.23 -
YUV 106.28 154.37 230.51 -
System Red Green Blue C M Y K H S L
Decimal 250 24 153 0 0.90 0.39 0.02 325.75 0.96 0.54
Hex FA 18 99 0 5A 27 2 146 60 36
Octal 372 30 231 0 132 47 2 506 140 66
Binary 11111010 11000 10011001 0 1011010 100111 10 101000110 1100000 110110

Color Harmonies of #FA1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1899

Black with #FA1899

Text Example


Text Example

White with #FA1899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1899; }

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

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

background-color css

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

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

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

border-color css

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

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

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