Html Css Color HEX #F0958F Sweet Pink

📋 copy color: '#F0958F'

red 240 ◦ green 149 ◦ blue 143

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

Shades of Sweet Pink #F0958F

Tints of Sweet Pink #F0958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.88%

R = 45.11%
G = 28.01%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0958F (or 0xF0958F) is known color: Sweet Pink. HEX triplet: F0, 95 and 8F. RGB value is (240,149,143). Sum of RGB (Red+Green+Blue) = 240+149+143=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0958F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0958F is #0F6A70. Grayscale: #AFAFAF. Windows color (decimal): -1010289 or 9410032. OLE color: 9410032.

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

Color convert

RGB 240 149 143 -
CMYK 0 0.38 0.40 0.06
HSL 3.71º 0.76% 0.75% -
HSV(B) 3.71º 0.4% 0.94% -
XYZ 51.64 42 31.37 -
YUV 175.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 240 149 143 0 0.38 0.40 0.06 3.71 0.76 0.75
Hex F0 95 8F 0 26 28 6 4 4C 4B
Octal 360 225 217 0 46 50 6 4 114 113
Binary 11110000 10010101 10001111 0 100110 101000 110 100 1001100 1001011

Color Harmonies of #F0958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0958F

Black with #F0958F

Text Example


Text Example

White with #F0958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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