Html Css Color HEX #F1918A Sweet Pink

📋 copy color: '#F1918A'

red 241 ◦ green 145 ◦ blue 138

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

Shades of Sweet Pink #F1918A

Tints of Sweet Pink #F1918A

RGB

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

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

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

R = 45.99%
G = 27.67%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1918A (or 0xF1918A) is known color: Sweet Pink. HEX triplet: F1, 91 and 8A. RGB value is (241,145,138). Sum of RGB (Red+Green+Blue) = 241+145+138=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1918A is #0E6E75. Grayscale: #ADADAD. Windows color (decimal): -945782 or 9081329. OLE color: 9081329.

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

Color convert

RGB 241 145 138 -
CMYK 0 0.40 0.43 0.05
HSL 4.08º 0.79% 0.74% -
HSV(B) 4.08º 0.43% 0.95% -
XYZ 50.99 40.79 29.23 -
YUV 172.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 241 145 138 0 0.40 0.43 0.05 4.08 0.79 0.74
Hex F1 91 8A 0 28 2B 5 4 4F 4A
Octal 361 221 212 0 50 53 5 4 117 112
Binary 11110001 10010001 10001010 0 101000 101011 101 100 1001111 1001010

Color Harmonies of #F1918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1918A

Black with #F1918A

Text Example


Text Example

White with #F1918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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