Html Css Color HEX #F1978C Sweet Pink

📋 copy color: '#F1978C'

red 241 ◦ green 151 ◦ blue 140

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

Shades of Sweet Pink #F1978C

Tints of Sweet Pink #F1978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.38%

 BLUE value IS 140 (55.08% from 255) = 26.32%

R = 45.3%
G = 28.38%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1978C (or 0xF1978C) is known color: Sweet Pink. HEX triplet: F1, 97 and 8C. RGB value is (241,151,140). Sum of RGB (Red+Green+Blue) = 241+151+140=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1978C is #0E6873. Grayscale: #B0B0B0. Windows color (decimal): -944244 or 9213937. OLE color: 9213937.

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

Color convert

RGB 241 151 140 -
CMYK 0 0.37 0.42 0.05
HSL 6.53º 0.78% 0.75% -
HSV(B) 6.53º 0.42% 0.95% -
XYZ 52.08 42.73 30.31 -
YUV 176.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 241 151 140 0 0.37 0.42 0.05 6.53 0.78 0.75
Hex F1 97 8C 0 25 2A 5 7 4E 4B
Octal 361 227 214 0 45 52 5 7 116 113
Binary 11110001 10010111 10001100 0 100101 101010 101 111 1001110 1001011

Color Harmonies of #F1978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1978C

Black with #F1978C

Text Example


Text Example

White with #F1978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1978C; }

 p { color: rgb(241,151,140); }

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

background-color css

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

 a { background-color: rgb(241,151,140); }

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

border-color css

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

 span { border-color: rgb(241,151,140); }

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