Html Css Color HEX #F8938D Sweet Pink

📋 copy color: '#F8938D'

red 248 ◦ green 147 ◦ blue 141

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

Shades of Sweet Pink #F8938D

Tints of Sweet Pink #F8938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.43%

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

R = 46.27%
G = 27.43%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8938D (or 0xF8938D) is known color: Sweet Pink. HEX triplet: F8, 93 and 8D. RGB value is (248,147,141). Sum of RGB (Red+Green+Blue) = 248+147+141=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8938D is #076C72. Grayscale: #B0B0B0. Windows color (decimal): -486515 or 9278456. OLE color: 9278456.

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

Color convert

RGB 248 147 141 -
CMYK 0 0.41 0.43 0.03
HSL 3.36º 0.88% 0.76% -
HSV(B) 3.36º 0.43% 0.97% -
XYZ 53.95 42.75 30.61 -
YUV 176.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 248 147 141 0 0.41 0.43 0.03 3.36 0.88 0.76
Hex F8 93 8D 0 29 2B 3 3 58 4C
Octal 370 223 215 0 51 53 3 3 130 114
Binary 11111000 10010011 10001101 0 101001 101011 11 11 1011000 1001100

Color Harmonies of #F8938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8938D

Black with #F8938D

Text Example


Text Example

White with #F8938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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