Html Css Color HEX #F1908B Sweet Pink

📋 copy color: '#F1908B'

red 241 ◦ green 144 ◦ blue 139

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

Shades of Sweet Pink #F1908B

Tints of Sweet Pink #F1908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 45.99%
G = 27.48%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1908B (or 0xF1908B) is known color: Sweet Pink. HEX triplet: F1, 90 and 8B. RGB value is (241,144,139). Sum of RGB (Red+Green+Blue) = 241+144+139=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1908B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1908B is #0E6F74. Grayscale: #ACACAC. Windows color (decimal): -946037 or 9146609. OLE color: 9146609.

HSL color Cylindrical-coordinate representation of color #F1908B: hue angle of 2.94º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1908B is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 139 -
CMYK 0 0.40 0.42 0.05
HSL 2.94º 0.78% 0.75% -
HSV(B) 2.94º 0.42% 0.95% -
XYZ 50.91 40.51 29.56 -
YUV 172.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 241 144 139 0 0.40 0.42 0.05 2.94 0.78 0.75
Hex F1 90 8B 0 28 2A 5 3 4E 4B
Octal 361 220 213 0 50 52 5 3 116 113
Binary 11110001 10010000 10001011 0 101000 101010 101 11 1001110 1001011

Color Harmonies of #F1908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1908B

Black with #F1908B

Text Example


Text Example

White with #F1908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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