Html Css Color HEX #F1918F Sweet Pink

📋 copy color: '#F1918F'

red 241 ◦ green 145 ◦ blue 143

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

Shades of Sweet Pink #F1918F

Tints of Sweet Pink #F1918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.41%

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 45.56%
G = 27.41%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1918F (or 0xF1918F) is known color: Sweet Pink. HEX triplet: F1, 91 and 8F. RGB value is (241,145,143). Sum of RGB (Red+Green+Blue) = 241+145+143=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1918F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1918F is #0E6E70. Grayscale: #ADADAD. Windows color (decimal): -945777 or 9409009. OLE color: 9409009.

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

Color convert

RGB 241 145 143 -
CMYK 0 0.40 0.41 0.05
HSL 1.22º 0.78% 0.75% -
HSV(B) 1.22º 0.41% 0.95% -
XYZ 51.36 40.93 31.18 -
YUV 173.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 241 145 143 0 0.40 0.41 0.05 1.22 0.78 0.75
Hex F1 91 8F 0 28 29 5 1 4E 4B
Octal 361 221 217 0 50 51 5 1 116 113
Binary 11110001 10010001 10001111 0 101000 101001 101 1 1001110 1001011

Color Harmonies of #F1918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1918F

Black with #F1918F

Text Example


Text Example

White with #F1918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1918F; }

 p { color: rgb(241,145,143); }

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

background-color css

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

 a { background-color: rgb(241,145,143); }

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

border-color css

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

 span { border-color: rgb(241,145,143); }

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