Html Css Color HEX #F6958D Sweet Pink

📋 copy color: '#F6958D'

red 246 ◦ green 149 ◦ blue 141

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

Shades of Sweet Pink #F6958D

Tints of Sweet Pink #F6958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.31%

R = 45.9%
G = 27.8%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6958D (or 0xF6958D) is known color: Sweet Pink. HEX triplet: F6, 95 and 8D. RGB value is (246,149,141). Sum of RGB (Red+Green+Blue) = 246+149+141=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6958D is #096A72. Grayscale: #B1B1B1. Windows color (decimal): -617075 or 9278966. OLE color: 9278966.

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

Color convert

RGB 246 149 141 -
CMYK 0 0.39 0.43 0.04
HSL 4.57º 0.85% 0.76% -
HSV(B) 4.57º 0.43% 0.96% -
XYZ 53.56 43.01 30.68 -
YUV 177.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 246 149 141 0 0.39 0.43 0.04 4.57 0.85 0.76
Hex F6 95 8D 0 27 2B 4 5 55 4C
Octal 366 225 215 0 47 53 4 5 125 114
Binary 11110110 10010101 10001101 0 100111 101011 100 101 1010101 1001100

Color Harmonies of #F6958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6958D

Black with #F6958D

Text Example


Text Example

White with #F6958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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