Html Css Color HEX #F1908A Sweet Pink

📋 copy color: '#F1908A'

red 241 ◦ green 144 ◦ blue 138

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

Shades of Sweet Pink #F1908A

Tints of Sweet Pink #F1908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.53%

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

R = 46.08%
G = 27.53%
B = 26.39%

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

#F1908A (or 0xF1908A) is known color: Sweet Pink. HEX triplet: F1, 90 and 8A. RGB value is (241,144,138). Sum of RGB (Red+Green+Blue) = 241+144+138=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1908A is #0E6F75. Grayscale: #ACACAC. Windows color (decimal): -946038 or 9081073. OLE color: 9081073.

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

Color convert

RGB 241 144 138 -
CMYK 0 0.40 0.43 0.05
HSL 3.5º 0.79% 0.74% -
HSV(B) 3.5º 0.43% 0.95% -
XYZ 50.84 40.48 29.18 -
YUV 172.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 241 144 138 0 0.40 0.43 0.05 3.5 0.79 0.74
Hex F1 90 8A 0 28 2B 5 3 4F 4A
Octal 361 220 212 0 50 53 5 3 117 112
Binary 11110001 10010000 10001010 0 101000 101011 101 11 1001111 1001010

Color Harmonies of #F1908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1908A

Black with #F1908A

Text Example


Text Example

White with #F1908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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