Html Css Color HEX #F69692 Sweet Pink

📋 copy color: '#F69692'

red 246 ◦ green 150 ◦ blue 146

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

Shades of Sweet Pink #F69692

Tints of Sweet Pink #F69692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.94%

R = 45.39%
G = 27.68%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F69692 (or 0xF69692) is known color: Sweet Pink. HEX triplet: F6, 96 and 92. RGB value is (246,150,146). Sum of RGB (Red+Green+Blue) = 246+150+146=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F69692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69692 is #09696D. Grayscale: #B2B2B2. Windows color (decimal): -616814 or 9606902. OLE color: 9606902.

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

Color convert

RGB 246 150 146 -
CMYK 0 0.39 0.41 0.04
HSL 2.4º 0.85% 0.77% -
HSV(B) 2.4º 0.41% 0.96% -
XYZ 54.1 43.48 32.74 -
YUV 178.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 246 150 146 0 0.39 0.41 0.04 2.4 0.85 0.77
Hex F6 96 92 0 27 29 4 2 55 4D
Octal 366 226 222 0 47 51 4 2 125 115
Binary 11110110 10010110 10010010 0 100111 101001 100 10 1010101 1001101

Color Harmonies of #F69692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69692

Black with #F69692

Text Example


Text Example

White with #F69692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69692; }

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

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

background-color css

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

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

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

border-color css

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

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

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