Html Css Color HEX #F69D9D Sweet Pink

📋 copy color: '#F69D9D'

red 246 ◦ green 157 ◦ blue 157

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

Shades of Sweet Pink #F69D9D

Tints of Sweet Pink #F69D9D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.04%

 BLUE value IS 157 (61.72% from 255) = 28.04%

R = 43.93%
G = 28.04%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F69D9D (or 0xF69D9D) is known color: Sweet Pink. HEX triplet: F6, 9D and 9D. RGB value is (246,157,157). Sum of RGB (Red+Green+Blue) = 246+157+157=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69D9D is #096262. Grayscale: #B7B7B7. Windows color (decimal): -615011 or 10329590. OLE color: 10329590.

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

Color convert

RGB 246 157 157 -
CMYK 0 0.36 0.36 0.04
HSL 0.83% 0.79% -
HSV(B) 0.36% 0.96% -
XYZ 56.15 46.14 37.85 -
YUV 183.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 246 157 157 0 0.36 0.36 0.04 0 0.83 0.79
Hex F6 9D 9D 0 24 24 4 0 53 4F
Octal 366 235 235 0 44 44 4 0 123 117
Binary 11110110 10011101 10011101 0 100100 100100 100 0 1010011 1001111

Color Harmonies of #F69D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D9D

Black with #F69D9D

Text Example


Text Example

White with #F69D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D9D; }

 p { color: rgb(246,157,157); }

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

background-color css

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

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

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

border-color css

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

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

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