Html Css Color HEX #F1978E Sweet Pink

📋 copy color: '#F1978E'

red 241 ◦ green 151 ◦ blue 142

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

Shades of Sweet Pink #F1978E

Tints of Sweet Pink #F1978E

RGB

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

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

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

R = 45.13%
G = 28.28%
B = 26.59%

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

#F1978E (or 0xF1978E) is known color: Sweet Pink. HEX triplet: F1, 97 and 8E. RGB value is (241,151,142). Sum of RGB (Red+Green+Blue) = 241+151+142=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1978E is #0E6871. Grayscale: #B1B1B1. Windows color (decimal): -944242 or 9345009. OLE color: 9345009.

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

Color convert

RGB 241 151 142 -
CMYK 0 0.37 0.41 0.05
HSL 5.45º 0.78% 0.75% -
HSV(B) 5.45º 0.41% 0.95% -
XYZ 52.22 42.79 31.1 -
YUV 176.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 241 151 142 0 0.37 0.41 0.05 5.45 0.78 0.75
Hex F1 97 8E 0 25 29 5 5 4E 4B
Octal 361 227 216 0 45 51 5 5 116 113
Binary 11110001 10010111 10001110 0 100101 101001 101 101 1001110 1001011

Color Harmonies of #F1978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1978E

Black with #F1978E

Text Example


Text Example

White with #F1978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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