Html Css Color HEX #F1948A Sweet Pink

📋 copy color: '#F1948A'

red 241 ◦ green 148 ◦ blue 138

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

Shades of Sweet Pink #F1948A

Tints of Sweet Pink #F1948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.08%

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

R = 45.73%
G = 28.08%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1948A (or 0xF1948A) is known color: Sweet Pink. HEX triplet: F1, 94 and 8A. RGB value is (241,148,138). Sum of RGB (Red+Green+Blue) = 241+148+138=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1948A is #0E6B75. Grayscale: #AEAEAE. Windows color (decimal): -945014 or 9082097. OLE color: 9082097.

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

Color convert

RGB 241 148 138 -
CMYK 0 0.39 0.43 0.05
HSL 5.83º 0.79% 0.74% -
HSV(B) 5.83º 0.43% 0.95% -
XYZ 51.45 41.72 29.38 -
YUV 174.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 241 148 138 0 0.39 0.43 0.05 5.83 0.79 0.74
Hex F1 94 8A 0 27 2B 5 6 4F 4A
Octal 361 224 212 0 47 53 5 6 117 112
Binary 11110001 10010100 10001010 0 100111 101011 101 110 1001111 1001010

Color Harmonies of #F1948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1948A

Black with #F1948A

Text Example


Text Example

White with #F1948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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