Html Css Color HEX #F69594 Sweet Pink

📋 copy color: '#F69594'

red 246 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #F69594

Tints of Sweet Pink #F69594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

 BLUE value IS 148 (58.2% from 255) = 27.26%

R = 45.3%
G = 27.44%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F69594 (or 0xF69594) is known color: Sweet Pink. HEX triplet: F6, 95 and 94. RGB value is (246,149,148). Sum of RGB (Red+Green+Blue) = 246+149+148=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F69594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69594 is #096A6B. Grayscale: #B1B1B1. Windows color (decimal): -617068 or 9737718. OLE color: 9737718.

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

Color convert

RGB 246 149 148 -
CMYK 0 0.39 0.40 0.04
HSL 0.61º 0.84% 0.77% -
HSV(B) 0.61º 0.4% 0.96% -
XYZ 54.1 43.23 33.51 -
YUV 177.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 246 149 148 0 0.39 0.40 0.04 0.61 0.84 0.77
Hex F6 95 94 0 27 28 4 1 54 4D
Octal 366 225 224 0 47 50 4 1 124 115
Binary 11110110 10010101 10010100 0 100111 101000 100 1 1010100 1001101

Color Harmonies of #F69594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69594

Black with #F69594

Text Example


Text Example

White with #F69594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69594; }

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

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

background-color css

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

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

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

border-color css

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

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

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