Html Css Color HEX #F9918E Sweet Pink

📋 copy color: '#F9918E'

red 249 ◦ green 145 ◦ blue 142

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

Shades of Sweet Pink #F9918E

Tints of Sweet Pink #F9918E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.49%

R = 46.46%
G = 27.05%
B = 26.49%

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

#F9918E (or 0xF9918E) is known color: Sweet Pink. HEX triplet: F9, 91 and 8E. RGB value is (249,145,142). Sum of RGB (Red+Green+Blue) = 249+145+142=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9918E is #066E71. Grayscale: #AFAFAF. Windows color (decimal): -421490 or 9343481. OLE color: 9343481.

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

Color convert

RGB 249 145 142 -
CMYK 0 0.42 0.43 0.02
HSL 1.68º 0.9% 0.77% -
HSV(B) 1.68º 0.43% 0.98% -
XYZ 54.07 42.34 30.91 -
YUV 175.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 249 145 142 0 0.42 0.43 0.02 1.68 0.9 0.77
Hex F9 91 8E 0 2A 2B 2 2 5A 4D
Octal 371 221 216 0 52 53 2 2 132 115
Binary 11111001 10010001 10001110 0 101010 101011 10 10 1011010 1001101

Color Harmonies of #F9918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9918E

Black with #F9918E

Text Example


Text Example

White with #F9918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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