Html Css Color HEX #F29A8D Sweet Pink

📋 copy color: '#F29A8D'

red 242 ◦ green 154 ◦ blue 141

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

Shades of Sweet Pink #F29A8D

Tints of Sweet Pink #F29A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.68%

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

R = 45.07%
G = 28.68%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F29A8D (or 0xF29A8D) is known color: Sweet Pink. HEX triplet: F2, 9A and 8D. RGB value is (242,154,141). Sum of RGB (Red+Green+Blue) = 242+154+141=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29A8D is #0D6572. Grayscale: #B2B2B2. Windows color (decimal): -877939 or 9280242. OLE color: 9280242.

HSL color Cylindrical-coordinate representation of color #F29A8D: hue angle of 7.72º 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 #F29A8D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 154 141 -
CMYK 0 0.36 0.42 0.05
HSL 7.72º 0.8% 0.75% -
HSV(B) 7.72º 0.42% 0.95% -
XYZ 52.98 43.91 30.88 -
YUV 178.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 242 154 141 0 0.36 0.42 0.05 7.72 0.8 0.75
Hex F2 9A 8D 0 24 2A 5 8 50 4B
Octal 362 232 215 0 44 52 5 10 120 113
Binary 11110010 10011010 10001101 0 100100 101010 101 1000 1010000 1001011

Color Harmonies of #F29A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A8D

Black with #F29A8D

Text Example


Text Example

White with #F29A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A8D; }

 p { color: rgb(242,154,141); }

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

background-color css

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

 a { background-color: rgb(242,154,141); }

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

border-color css

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

 span { border-color: rgb(242,154,141); }

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