Html Css Color HEX #F0958A Sweet Pink

📋 copy color: '#F0958A'

red 240 ◦ green 149 ◦ blue 138

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

Shades of Sweet Pink #F0958A

Tints of Sweet Pink #F0958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.19%

R = 45.54%
G = 28.27%
B = 26.19%

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

#F0958A (or 0xF0958A) is known color: Sweet Pink. HEX triplet: F0, 95 and 8A. RGB value is (240,149,138). Sum of RGB (Red+Green+Blue) = 240+149+138=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0958A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0958A is #0F6A75. Grayscale: #AFAFAF. Windows color (decimal): -1010294 or 9082352. OLE color: 9082352.

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

Color convert

RGB 240 149 138 -
CMYK 0 0.38 0.42 0.06
HSL 6.47º 0.77% 0.74% -
HSV(B) 6.47º 0.43% 0.94% -
XYZ 51.27 41.86 29.42 -
YUV 174.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 240 149 138 0 0.38 0.42 0.06 6.47 0.77 0.74
Hex F0 95 8A 0 26 2A 6 6 4D 4A
Octal 360 225 212 0 46 52 6 6 115 112
Binary 11110000 10010101 10001010 0 100110 101010 110 110 1001101 1001010

Color Harmonies of #F0958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0958A

Black with #F0958A

Text Example


Text Example

White with #F0958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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