Html Css Color HEX #F8908D Sweet Pink

📋 copy color: '#F8908D'

red 248 ◦ green 144 ◦ blue 141

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

Shades of Sweet Pink #F8908D

Tints of Sweet Pink #F8908D

RGB

 RED value IS 248 (97.27% from 255) = 46.53%

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 46.53%
G = 27.02%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8908D (or 0xF8908D) is known color: Sweet Pink. HEX triplet: F8, 90 and 8D. RGB value is (248,144,141). Sum of RGB (Red+Green+Blue) = 248+144+141=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8908D is #076F72. Grayscale: #AEAEAE. Windows color (decimal): -487283 or 9277688. OLE color: 9277688.

HSL color Cylindrical-coordinate representation of color #F8908D: hue angle of 1.68º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8908D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 144 141 -
CMYK 0 0.42 0.43 0.03
HSL 1.68º 0.88% 0.76% -
HSV(B) 1.68º 0.43% 0.97% -
XYZ 53.49 41.83 30.45 -
YUV 174.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 248 144 141 0 0.42 0.43 0.03 1.68 0.88 0.76
Hex F8 90 8D 0 2A 2B 3 2 58 4C
Octal 370 220 215 0 52 53 3 2 130 114
Binary 11111000 10010000 10001101 0 101010 101011 11 10 1011000 1001100

Color Harmonies of #F8908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8908D

Black with #F8908D

Text Example


Text Example

White with #F8908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8908D; }

 p { color: rgb(248,144,141); }

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

background-color css

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

 a { background-color: rgb(248,144,141); }

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

border-color css

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

 span { border-color: rgb(248,144,141); }

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