Html Css Color HEX #F1998D Sweet Pink

📋 copy color: '#F1998D'

red 241 ◦ green 153 ◦ blue 141

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

Shades of Sweet Pink #F1998D

Tints of Sweet Pink #F1998D

RGB

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

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

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

R = 45.05%
G = 28.6%
B = 26.36%

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

#F1998D (or 0xF1998D) is known color: Sweet Pink. HEX triplet: F1, 99 and 8D. RGB value is (241,153,141). Sum of RGB (Red+Green+Blue) = 241+153+141=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1998D is #0E6672. Grayscale: #B2B2B2. Windows color (decimal): -943731 or 9279985. OLE color: 9279985.

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

Color convert

RGB 241 153 141 -
CMYK 0 0.37 0.41 0.05
HSL 7.2º 0.78% 0.75% -
HSV(B) 7.2º 0.41% 0.95% -
XYZ 52.47 43.41 30.81 -
YUV 177.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 241 153 141 0 0.37 0.41 0.05 7.2 0.78 0.75
Hex F1 99 8D 0 25 29 5 7 4E 4B
Octal 361 231 215 0 45 51 5 7 116 113
Binary 11110001 10011001 10001101 0 100101 101001 101 111 1001110 1001011

Color Harmonies of #F1998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1998D

Black with #F1998D

Text Example


Text Example

White with #F1998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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