Html Css Color HEX #FA908F Sweet Pink

📋 copy color: '#FA908F'

red 250 ◦ green 144 ◦ blue 143

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

Shades of Sweet Pink #FA908F

Tints of Sweet Pink #FA908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.82%

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

R = 46.55%
G = 26.82%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA908F (or 0xFA908F) is known color: Sweet Pink. HEX triplet: FA, 90 and 8F. RGB value is (250,144,143). Sum of RGB (Red+Green+Blue) = 250+144+143=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA908F is #056F70. Grayscale: #AFAFAF. Windows color (decimal): -356209 or 9408762. OLE color: 9408762.

HSL color Cylindrical-coordinate representation of color #FA908F: hue angle of 0.56º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA908F is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 143 -
CMYK 0 0.42 0.43 0.02
HSL 0.56º 0.91% 0.77% -
HSV(B) 0.56º 0.43% 0.98% -
XYZ 54.36 42.25 31.28 -
YUV 175.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 250 144 143 0 0.42 0.43 0.02 0.56 0.91 0.77
Hex FA 90 8F 0 2A 2B 2 1 5B 4D
Octal 372 220 217 0 52 53 2 1 133 115
Binary 11111010 10010000 10001111 0 101010 101011 10 1 1011011 1001101

Color Harmonies of #FA908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA908F

Black with #FA908F

Text Example


Text Example

White with #FA908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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