Html Css Color HEX #F8918D Sweet Pink

📋 copy color: '#F8918D'

red 248 ◦ green 145 ◦ blue 141

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

Shades of Sweet Pink #F8918D

Tints of Sweet Pink #F8918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.15%

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

R = 46.44%
G = 27.15%
B = 26.4%

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

#F8918D (or 0xF8918D) is known color: Sweet Pink. HEX triplet: F8, 91 and 8D. RGB value is (248,145,141). Sum of RGB (Red+Green+Blue) = 248+145+141=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8918D is #076E72. Grayscale: #AFAFAF. Windows color (decimal): -487027 or 9277944. OLE color: 9277944.

HSL color Cylindrical-coordinate representation of color #F8918D: hue angle of 2.24º 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 #F8918D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 145 141 -
CMYK 0 0.42 0.43 0.03
HSL 2.24º 0.88% 0.76% -
HSV(B) 2.24º 0.43% 0.97% -
XYZ 53.64 42.13 30.5 -
YUV 175.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 248 145 141 0 0.42 0.43 0.03 2.24 0.88 0.76
Hex F8 91 8D 0 2A 2B 3 2 58 4C
Octal 370 221 215 0 52 53 3 2 130 114
Binary 11111000 10010001 10001101 0 101010 101011 11 10 1011000 1001100

Color Harmonies of #F8918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8918D

Black with #F8918D

Text Example


Text Example

White with #F8918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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