Html Css Color HEX #F2928C Sweet Pink

📋 copy color: '#F2928C'

red 242 ◦ green 146 ◦ blue 140

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

Shades of Sweet Pink #F2928C

Tints of Sweet Pink #F2928C

RGB

 RED value IS 242 (94.92% from 255) = 45.83%

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

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

R = 45.83%
G = 27.65%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2928C (or 0xF2928C) is known color: Sweet Pink. HEX triplet: F2, 92 and 8C. RGB value is (242,146,140). Sum of RGB (Red+Green+Blue) = 242+146+140=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2928C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2928C is #0D6D73. Grayscale: #AEAEAE. Windows color (decimal): -879988 or 9212658. OLE color: 9212658.

HSL color Cylindrical-coordinate representation of color #F2928C: hue angle of 3.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2928C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 146 140 -
CMYK 0 0.40 0.42 0.05
HSL 3.53º 0.8% 0.75% -
HSV(B) 3.53º 0.42% 0.95% -
XYZ 51.63 41.33 30.07 -
YUV 174.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 242 146 140 0 0.40 0.42 0.05 3.53 0.8 0.75
Hex F2 92 8C 0 28 2A 5 4 50 4B
Octal 362 222 214 0 50 52 5 4 120 113
Binary 11110010 10010010 10001100 0 101000 101010 101 100 1010000 1001011

Color Harmonies of #F2928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2928C

Black with #F2928C

Text Example


Text Example

White with #F2928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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