Html Css Color HEX #F69491 Sweet Pink

📋 copy color: '#F69491'

red 246 ◦ green 148 ◦ blue 145

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

Shades of Sweet Pink #F69491

Tints of Sweet Pink #F69491

RGB

 RED value IS 246 (96.48% from 255) = 45.64%

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

 BLUE value IS 145 (57.03% from 255) = 26.9%

R = 45.64%
G = 27.46%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F69491 (or 0xF69491) is known color: Sweet Pink. HEX triplet: F6, 94 and 91. RGB value is (246,148,145). Sum of RGB (Red+Green+Blue) = 246+148+145=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F69491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69491 is #096B6E. Grayscale: #B1B1B1. Windows color (decimal): -617327 or 9540854. OLE color: 9540854.

HSL color Cylindrical-coordinate representation of color #F69491: hue angle of 1.78º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69491 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 145 -
CMYK 0 0.40 0.41 0.04
HSL 1.78º 0.85% 0.77% -
HSV(B) 1.78º 0.41% 0.96% -
XYZ 53.71 42.82 32.22 -
YUV 176.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 246 148 145 0 0.40 0.41 0.04 1.78 0.85 0.77
Hex F6 94 91 0 28 29 4 2 55 4D
Octal 366 224 221 0 50 51 4 2 125 115
Binary 11110110 10010100 10010001 0 101000 101001 100 10 1010101 1001101

Color Harmonies of #F69491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69491

Black with #F69491

Text Example


Text Example

White with #F69491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69491; }

 p { color: rgb(246,148,145); }

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

background-color css

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

 a { background-color: rgb(246,148,145); }

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

border-color css

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

 span { border-color: rgb(246,148,145); }

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