Html Css Color HEX #F0958D Sweet Pink

📋 copy color: '#F0958D'

red 240 ◦ green 149 ◦ blue 141

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

Shades of Sweet Pink #F0958D

Tints of Sweet Pink #F0958D

RGB

 RED value IS 240 (94.14% from 255) = 45.28%

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

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

R = 45.28%
G = 28.11%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0958D (or 0xF0958D) is known color: Sweet Pink. HEX triplet: F0, 95 and 8D. RGB value is (240,149,141). Sum of RGB (Red+Green+Blue) = 240+149+141=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0958D is #0F6A72. Grayscale: #AFAFAF. Windows color (decimal): -1010291 or 9278960. OLE color: 9278960.

HSL color Cylindrical-coordinate representation of color #F0958D: hue angle of 4.85º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0958D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 141 -
CMYK 0 0.38 0.41 0.06
HSL 4.85º 0.77% 0.75% -
HSV(B) 4.85º 0.41% 0.94% -
XYZ 51.49 41.94 30.58 -
YUV 175.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 240 149 141 0 0.38 0.41 0.06 4.85 0.77 0.75
Hex F0 95 8D 0 26 29 6 5 4D 4B
Octal 360 225 215 0 46 51 6 5 115 113
Binary 11110000 10010101 10001101 0 100110 101001 110 101 1001101 1001011

Color Harmonies of #F0958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0958D

Black with #F0958D

Text Example


Text Example

White with #F0958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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