Html Css Color HEX #F2928B Sweet Pink

📋 copy color: '#F2928B'

red 242 ◦ green 146 ◦ blue 139

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

Shades of Sweet Pink #F2928B

Tints of Sweet Pink #F2928B

RGB

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

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

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

R = 45.92%
G = 27.7%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2928B (or 0xF2928B) is known color: Sweet Pink. HEX triplet: F2, 92 and 8B. RGB value is (242,146,139). Sum of RGB (Red+Green+Blue) = 242+146+139=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2928B is #0D6D74. Grayscale: #AEAEAE. Windows color (decimal): -879989 or 9147122. OLE color: 9147122.

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

Color convert

RGB 242 146 139 -
CMYK 0 0.40 0.43 0.05
HSL 4.08º 0.8% 0.75% -
HSV(B) 4.08º 0.43% 0.95% -
XYZ 51.56 41.3 29.68 -
YUV 173.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 242 146 139 0 0.40 0.43 0.05 4.08 0.8 0.75
Hex F2 92 8B 0 28 2B 5 4 50 4B
Octal 362 222 213 0 50 53 5 4 120 113
Binary 11110010 10010010 10001011 0 101000 101011 101 100 1010000 1001011

Color Harmonies of #F2928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2928B

Black with #F2928B

Text Example


Text Example

White with #F2928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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