Html Css Color HEX #F19485 Sweet Pink

📋 copy color: '#F19485'

red 241 ◦ green 148 ◦ blue 133

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

Shades of Sweet Pink #F19485

Tints of Sweet Pink #F19485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 46.17%
G = 28.35%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F19485 (or 0xF19485) is known color: Sweet Pink. HEX triplet: F1, 94 and 85. RGB value is (241,148,133). Sum of RGB (Red+Green+Blue) = 241+148+133=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F19485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19485 is #0E6B7A. Grayscale: #AEAEAE. Windows color (decimal): -945019 or 8754417. OLE color: 8754417.

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

Color convert

RGB 241 148 133 -
CMYK 0 0.39 0.45 0.05
HSL 8.33º 0.79% 0.73% -
HSV(B) 8.33º 0.45% 0.95% -
XYZ 51.1 41.57 27.52 -
YUV 174.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 241 148 133 0 0.39 0.45 0.05 8.33 0.79 0.73
Hex F1 94 85 0 27 2D 5 8 4F 49
Octal 361 224 205 0 47 55 5 10 117 111
Binary 11110001 10010100 10000101 0 100111 101101 101 1000 1001111 1001001

Color Harmonies of #F19485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19485

Black with #F19485

Text Example


Text Example

White with #F19485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19485; }

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

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

background-color css

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

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

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

border-color css

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

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

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