Html Css Color HEX #F19484 Sweet Pink

📋 copy color: '#F19484'

red 241 ◦ green 148 ◦ blue 132

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

Shades of Sweet Pink #F19484

Tints of Sweet Pink #F19484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.34%

R = 46.26%
G = 28.41%
B = 25.34%

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

#F19484 (or 0xF19484) is known color: Sweet Pink. HEX triplet: F1, 94 and 84. RGB value is (241,148,132). Sum of RGB (Red+Green+Blue) = 241+148+132=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19484 is #0E6B7B. Grayscale: #AEAEAE. Windows color (decimal): -945020 or 8688881. OLE color: 8688881.

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

Color convert

RGB 241 148 132 -
CMYK 0 0.39 0.45 0.05
HSL 8.81º 0.8% 0.73% -
HSV(B) 8.81º 0.45% 0.95% -
XYZ 51.03 41.55 27.16 -
YUV 173.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 241 148 132 0 0.39 0.45 0.05 8.81 0.8 0.73
Hex F1 94 84 0 27 2D 5 9 50 49
Octal 361 224 204 0 47 55 5 11 120 111
Binary 11110001 10010100 10000100 0 100111 101101 101 1001 1010000 1001001

Color Harmonies of #F19484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19484

Black with #F19484

Text Example


Text Example

White with #F19484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19484; }

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

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

background-color css

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

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

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

border-color css

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

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

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