Html Css Color HEX #F19383 Sweet Pink

📋 copy color: '#F19383'

red 241 ◦ green 147 ◦ blue 131

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

Shades of Sweet Pink #F19383

Tints of Sweet Pink #F19383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.32%

 BLUE value IS 131 (51.56% from 255) = 25.24%

R = 46.44%
G = 28.32%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F19383 (or 0xF19383) is known color: Sweet Pink. HEX triplet: F1, 93 and 83. RGB value is (241,147,131). Sum of RGB (Red+Green+Blue) = 241+147+131=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19383 is #0E6C7C. Grayscale: #ADADAD. Windows color (decimal): -945277 or 8623089. OLE color: 8623089.

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

Color convert

RGB 241 147 131 -
CMYK 0 0.39 0.46 0.05
HSL 8.73º 0.8% 0.73% -
HSV(B) 8.73º 0.46% 0.95% -
XYZ 50.81 41.21 26.75 -
YUV 173.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 241 147 131 0 0.39 0.46 0.05 8.73 0.8 0.73
Hex F1 93 83 0 27 2E 5 9 50 49
Octal 361 223 203 0 47 56 5 11 120 111
Binary 11110001 10010011 10000011 0 100111 101110 101 1001 1010000 1001001

Color Harmonies of #F19383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19383

Black with #F19383

Text Example


Text Example

White with #F19383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19383; }

 p { color: rgb(241,147,131); }

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

background-color css

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

 a { background-color: rgb(241,147,131); }

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

border-color css

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

 span { border-color: rgb(241,147,131); }

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