Html Css Color HEX #F9918B Sweet Pink

📋 copy color: '#F9918B'

red 249 ◦ green 145 ◦ blue 139

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

Shades of Sweet Pink #F9918B

Tints of Sweet Pink #F9918B

RGB

 RED value IS 249 (97.66% from 255) = 46.72%

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

 BLUE value IS 139 (54.69% from 255) = 26.08%

R = 46.72%
G = 27.2%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9918B (or 0xF9918B) is known color: Sweet Pink. HEX triplet: F9, 91 and 8B. RGB value is (249,145,139). Sum of RGB (Red+Green+Blue) = 249+145+139=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F9918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9918B is #066E74. Grayscale: #AFAFAF. Windows color (decimal): -421493 or 9146873. OLE color: 9146873.

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

Color convert

RGB 249 145 139 -
CMYK 0 0.42 0.44 0.02
HSL 3.27º 0.9% 0.76% -
HSV(B) 3.27º 0.44% 0.98% -
XYZ 53.85 42.25 29.74 -
YUV 175.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 249 145 139 0 0.42 0.44 0.02 3.27 0.9 0.76
Hex F9 91 8B 0 2A 2C 2 3 5A 4C
Octal 371 221 213 0 52 54 2 3 132 114
Binary 11111001 10010001 10001011 0 101010 101100 10 11 1011010 1001100

Color Harmonies of #F9918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9918B

Black with #F9918B

Text Example


Text Example

White with #F9918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9918B; }

 p { color: rgb(249,145,139); }

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

background-color css

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

 a { background-color: rgb(249,145,139); }

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

border-color css

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

 span { border-color: rgb(249,145,139); }

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