Html Css Color HEX #F19693 Sweet Pink

📋 copy color: '#F19693'

red 241 ◦ green 150 ◦ blue 147

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

Shades of Sweet Pink #F19693

Tints of Sweet Pink #F19693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.88%

 BLUE value IS 147 (57.81% from 255) = 27.32%

R = 44.8%
G = 27.88%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F19693 (or 0xF19693) is known color: Sweet Pink. HEX triplet: F1, 96 and 93. RGB value is (241,150,147). Sum of RGB (Red+Green+Blue) = 241+150+147=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F19693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19693 is #0E696C. Grayscale: #B0B0B0. Windows color (decimal): -944493 or 9672433. OLE color: 9672433.

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

Color convert

RGB 241 150 147 -
CMYK 0 0.38 0.39 0.05
HSL 1.91º 0.77% 0.76% -
HSV(B) 1.91º 0.39% 0.95% -
XYZ 52.45 42.62 33.07 -
YUV 176.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 241 150 147 0 0.38 0.39 0.05 1.91 0.77 0.76
Hex F1 96 93 0 26 27 5 2 4D 4C
Octal 361 226 223 0 46 47 5 2 115 114
Binary 11110001 10010110 10010011 0 100110 100111 101 10 1001101 1001100

Color Harmonies of #F19693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19693

Black with #F19693

Text Example


Text Example

White with #F19693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19693; }

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

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

background-color css

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

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

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

border-color css

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

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

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