Html Css Color HEX #F19486 Sweet Pink

📋 copy color: '#F19486'

red 241 ◦ green 148 ◦ blue 134

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

Shades of Sweet Pink #F19486

Tints of Sweet Pink #F19486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.62%

R = 46.08%
G = 28.3%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F19486 (or 0xF19486) is known color: Sweet Pink. HEX triplet: F1, 94 and 86. RGB value is (241,148,134). Sum of RGB (Red+Green+Blue) = 241+148+134=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F19486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19486 is #0E6B79. Grayscale: #AEAEAE. Windows color (decimal): -945018 or 8819953. OLE color: 8819953.

HSL color Cylindrical-coordinate representation of color #F19486: hue angle of 7.85º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F19486 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 148 134 -
CMYK 0 0.39 0.44 0.05
HSL 7.85º 0.79% 0.74% -
HSV(B) 7.85º 0.44% 0.95% -
XYZ 51.17 41.6 27.89 -
YUV 174.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 241 148 134 0 0.39 0.44 0.05 7.85 0.79 0.74
Hex F1 94 86 0 27 2C 5 8 4F 4A
Octal 361 224 206 0 47 54 5 10 117 112
Binary 11110001 10010100 10000110 0 100111 101100 101 1000 1001111 1001010

Color Harmonies of #F19486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19486

Black with #F19486

Text Example


Text Example

White with #F19486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19486; }

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

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

background-color css

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

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

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

border-color css

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

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

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