Html Css Color HEX #F69695 Sweet Pink

📋 copy color: '#F69695'

red 246 ◦ green 150 ◦ blue 149

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

Shades of Sweet Pink #F69695

Tints of Sweet Pink #F69695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 45.14%
G = 27.52%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F69695 (or 0xF69695) is known color: Sweet Pink. HEX triplet: F6, 96 and 95. RGB value is (246,150,149). Sum of RGB (Red+Green+Blue) = 246+150+149=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F69695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69695 is #09696A. Grayscale: #B2B2B2. Windows color (decimal): -616811 or 9803510. OLE color: 9803510.

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

Color convert

RGB 246 150 149 -
CMYK 0 0.39 0.39 0.04
HSL 0.62º 0.84% 0.77% -
HSV(B) 0.62º 0.39% 0.96% -
XYZ 54.34 43.58 33.98 -
YUV 178.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 246 150 149 0 0.39 0.39 0.04 0.62 0.84 0.77
Hex F6 96 95 0 27 27 4 1 54 4D
Octal 366 226 225 0 47 47 4 1 124 115
Binary 11110110 10010110 10010101 0 100111 100111 100 1 1010100 1001101

Color Harmonies of #F69695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69695

Black with #F69695

Text Example


Text Example

White with #F69695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69695; }

 p { color: rgb(246,150,149); }

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

background-color css

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

 a { background-color: rgb(246,150,149); }

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

border-color css

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

 span { border-color: rgb(246,150,149); }

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