Html Css Color HEX #F1978A Sweet Pink

📋 copy color: '#F1978A'

red 241 ◦ green 151 ◦ blue 138

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

Shades of Sweet Pink #F1978A

Tints of Sweet Pink #F1978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.04%

R = 45.47%
G = 28.49%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1978A (or 0xF1978A) is known color: Sweet Pink. HEX triplet: F1, 97 and 8A. RGB value is (241,151,138). Sum of RGB (Red+Green+Blue) = 241+151+138=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1978A is #0E6875. Grayscale: #B0B0B0. Windows color (decimal): -944246 or 9082865. OLE color: 9082865.

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

Color convert

RGB 241 151 138 -
CMYK 0 0.37 0.43 0.05
HSL 7.57º 0.79% 0.74% -
HSV(B) 7.57º 0.43% 0.95% -
XYZ 51.93 42.67 29.54 -
YUV 176.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 241 151 138 0 0.37 0.43 0.05 7.57 0.79 0.74
Hex F1 97 8A 0 25 2B 5 8 4F 4A
Octal 361 227 212 0 45 53 5 10 117 112
Binary 11110001 10010111 10001010 0 100101 101011 101 1000 1001111 1001010

Color Harmonies of #F1978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1978A

Black with #F1978A

Text Example


Text Example

White with #F1978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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