Html Css Color HEX #F0958B Sweet Pink

📋 copy color: '#F0958B'

red 240 ◦ green 149 ◦ blue 139

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

Shades of Sweet Pink #F0958B

Tints of Sweet Pink #F0958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.33%

R = 45.45%
G = 28.22%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0958B (or 0xF0958B) is known color: Sweet Pink. HEX triplet: F0, 95 and 8B. RGB value is (240,149,139). Sum of RGB (Red+Green+Blue) = 240+149+139=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0958B is #0F6A74. Grayscale: #AFAFAF. Windows color (decimal): -1010293 or 9147888. OLE color: 9147888.

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

Color convert

RGB 240 149 139 -
CMYK 0 0.38 0.42 0.06
HSL 5.94º 0.77% 0.74% -
HSV(B) 5.94º 0.42% 0.94% -
XYZ 51.34 41.88 29.8 -
YUV 175.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 240 149 139 0 0.38 0.42 0.06 5.94 0.77 0.74
Hex F0 95 8B 0 26 2A 6 6 4D 4A
Octal 360 225 213 0 46 52 6 6 115 112
Binary 11110000 10010101 10001011 0 100110 101010 110 110 1001101 1001010

Color Harmonies of #F0958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0958B

Black with #F0958B

Text Example


Text Example

White with #F0958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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