Html Css Color HEX #F1908D Sweet Pink

📋 copy color: '#F1908D'

red 241 ◦ green 144 ◦ blue 141

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

Shades of Sweet Pink #F1908D

Tints of Sweet Pink #F1908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 45.82%
G = 27.38%
B = 26.81%

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

#F1908D (or 0xF1908D) is known color: Sweet Pink. HEX triplet: F1, 90 and 8D. RGB value is (241,144,141). Sum of RGB (Red+Green+Blue) = 241+144+141=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1908D is #0E6F72. Grayscale: #ACACAC. Windows color (decimal): -946035 or 9277681. OLE color: 9277681.

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

Color convert

RGB 241 144 141 -
CMYK 0 0.40 0.41 0.05
HSL 1.8º 0.78% 0.75% -
HSV(B) 1.8º 0.41% 0.95% -
XYZ 51.06 40.57 30.34 -
YUV 172.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 241 144 141 0 0.40 0.41 0.05 1.8 0.78 0.75
Hex F1 90 8D 0 28 29 5 2 4E 4B
Octal 361 220 215 0 50 51 5 2 116 113
Binary 11110001 10010000 10001101 0 101000 101001 101 10 1001110 1001011

Color Harmonies of #F1908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1908D

Black with #F1908D

Text Example


Text Example

White with #F1908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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