Html Css Color HEX #F1998E Sweet Pink

📋 copy color: '#F1998E'

red 241 ◦ green 153 ◦ blue 142

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

Shades of Sweet Pink #F1998E

Tints of Sweet Pink #F1998E

RGB

 RED value IS 241 (94.53% from 255) = 44.96%

 GREEN value IS 153 (60.16% from 255) = 28.54%

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

R = 44.96%
G = 28.54%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1998E (or 0xF1998E) is known color: Sweet Pink. HEX triplet: F1, 99 and 8E. RGB value is (241,153,142). Sum of RGB (Red+Green+Blue) = 241+153+142=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1998E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1998E is #0E6671. Grayscale: #B2B2B2. Windows color (decimal): -943730 or 9345521. OLE color: 9345521.

HSL color Cylindrical-coordinate representation of color #F1998E: hue angle of 6.67º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1998E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 153 142 -
CMYK 0 0.37 0.41 0.05
HSL 6.67º 0.78% 0.75% -
HSV(B) 6.67º 0.41% 0.95% -
XYZ 52.55 43.44 31.21 -
YUV 178.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 241 153 142 0 0.37 0.41 0.05 6.67 0.78 0.75
Hex F1 99 8E 0 25 29 5 7 4E 4B
Octal 361 231 216 0 45 51 5 7 116 113
Binary 11110001 10011001 10001110 0 100101 101001 101 111 1001110 1001011

Color Harmonies of #F1998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1998E

Black with #F1998E

Text Example


Text Example

White with #F1998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1998E; }

 p { color: rgb(241,153,142); }

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

background-color css

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

 a { background-color: rgb(241,153,142); }

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

border-color css

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

 span { border-color: rgb(241,153,142); }

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