Html Css Color HEX #F0958E Sweet Pink

📋 copy color: '#F0958E'

red 240 ◦ green 149 ◦ blue 142

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

Shades of Sweet Pink #F0958E

Tints of Sweet Pink #F0958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 45.2%
G = 28.06%
B = 26.74%

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

#F0958E (or 0xF0958E) is known color: Sweet Pink. HEX triplet: F0, 95 and 8E. RGB value is (240,149,142). Sum of RGB (Red+Green+Blue) = 240+149+142=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0958E is #0F6A71. Grayscale: #AFAFAF. Windows color (decimal): -1010290 or 9344496. OLE color: 9344496.

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

Color convert

RGB 240 149 142 -
CMYK 0 0.38 0.41 0.06
HSL 4.29º 0.77% 0.75% -
HSV(B) 4.29º 0.41% 0.94% -
XYZ 51.57 41.97 30.98 -
YUV 175.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 240 149 142 0 0.38 0.41 0.06 4.29 0.77 0.75
Hex F0 95 8E 0 26 29 6 4 4D 4B
Octal 360 225 216 0 46 51 6 4 115 113
Binary 11110000 10010101 10001110 0 100110 101001 110 100 1001101 1001011

Color Harmonies of #F0958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0958E

Black with #F0958E

Text Example


Text Example

White with #F0958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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