Html Css Color HEX #F0928D Sweet Pink

📋 copy color: '#F0928D'

red 240 ◦ green 146 ◦ blue 141

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

Shades of Sweet Pink #F0928D

Tints of Sweet Pink #F0928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.7%

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

R = 45.54%
G = 27.7%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0928D (or 0xF0928D) is known color: Sweet Pink. HEX triplet: F0, 92 and 8D. RGB value is (240,146,141). Sum of RGB (Red+Green+Blue) = 240+146+141=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0928D is #0F6D72. Grayscale: #ADADAD. Windows color (decimal): -1011059 or 9278192. OLE color: 9278192.

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

Color convert

RGB 240 146 141 -
CMYK 0 0.39 0.41 0.06
HSL 3.03º 0.77% 0.75% -
HSV(B) 3.03º 0.41% 0.94% -
XYZ 51.02 41.01 30.43 -
YUV 173.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 240 146 141 0 0.39 0.41 0.06 3.03 0.77 0.75
Hex F0 92 8D 0 27 29 6 3 4D 4B
Octal 360 222 215 0 47 51 6 3 115 113
Binary 11110000 10010010 10001101 0 100111 101001 110 11 1001101 1001011

Color Harmonies of #F0928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0928D

Black with #F0928D

Text Example


Text Example

White with #F0928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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