Html Css Color HEX #F69291 Sweet Pink

📋 copy color: '#F69291'

red 246 ◦ green 146 ◦ blue 145

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

Shades of Sweet Pink #F69291

Tints of Sweet Pink #F69291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.19%

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

R = 45.81%
G = 27.19%
B = 27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F69291 (or 0xF69291) is known color: Sweet Pink. HEX triplet: F6, 92 and 91. RGB value is (246,146,145). Sum of RGB (Red+Green+Blue) = 246+146+145=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F69291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69291 is #096D6E. Grayscale: #AFAFAF. Windows color (decimal): -617839 or 9540342. OLE color: 9540342.

HSL color Cylindrical-coordinate representation of color #F69291: hue angle of 0.59º 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 #F69291 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 146 145 -
CMYK 0 0.41 0.41 0.04
HSL 0.59º 0.85% 0.77% -
HSV(B) 0.59º 0.41% 0.96% -
XYZ 53.4 42.19 32.12 -
YUV 175.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 246 146 145 0 0.41 0.41 0.04 0.59 0.85 0.77
Hex F6 92 91 0 29 29 4 1 55 4D
Octal 366 222 221 0 51 51 4 1 125 115
Binary 11110110 10010010 10010001 0 101001 101001 100 1 1010101 1001101

Color Harmonies of #F69291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69291

Black with #F69291

Text Example


Text Example

White with #F69291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69291; }

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

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

background-color css

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

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

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

border-color css

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

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

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