Html Css Color HEX #F0928C Sweet Pink

📋 copy color: '#F0928C'

red 240 ◦ green 146 ◦ blue 140

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

Shades of Sweet Pink #F0928C

Tints of Sweet Pink #F0928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 45.63%
G = 27.76%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0928C (or 0xF0928C) is known color: Sweet Pink. HEX triplet: F0, 92 and 8C. RGB value is (240,146,140). Sum of RGB (Red+Green+Blue) = 240+146+140=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0928C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0928C is #0F6D73. Grayscale: #ADADAD. Windows color (decimal): -1011060 or 9212656. OLE color: 9212656.

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

Color convert

RGB 240 146 140 -
CMYK 0 0.39 0.42 0.06
HSL 3.6º 0.77% 0.75% -
HSV(B) 3.6º 0.42% 0.94% -
XYZ 50.95 40.98 30.03 -
YUV 173.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 240 146 140 0 0.39 0.42 0.06 3.6 0.77 0.75
Hex F0 92 8C 0 27 2A 6 4 4D 4B
Octal 360 222 214 0 47 52 6 4 115 113
Binary 11110000 10010010 10001100 0 100111 101010 110 100 1001101 1001011

Color Harmonies of #F0928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0928C

Black with #F0928C

Text Example


Text Example

White with #F0928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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