Html Css Color HEX #F29181 Sweet Pink

📋 copy color: '#F29181'

red 242 ◦ green 145 ◦ blue 129

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

Shades of Sweet Pink #F29181

Tints of Sweet Pink #F29181

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.1%

 BLUE value IS 129 (50.78% from 255) = 25%

R = 46.9%
G = 28.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F29181 (or 0xF29181) is known color: Sweet Pink. HEX triplet: F2, 91 and 81. RGB value is (242,145,129). Sum of RGB (Red+Green+Blue) = 242+145+129=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F29181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29181 is #0D6E7E. Grayscale: #ACACAC. Windows color (decimal): -880255 or 8491506. OLE color: 8491506.

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

Color convert

RGB 242 145 129 -
CMYK 0 0.40 0.47 0.05
HSL 8.5º 0.81% 0.73% -
HSV(B) 8.5º 0.47% 0.95% -
XYZ 50.71 40.71 25.95 -
YUV 172.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 242 145 129 0 0.40 0.47 0.05 8.5 0.81 0.73
Hex F2 91 81 0 28 2F 5 8 51 49
Octal 362 221 201 0 50 57 5 10 121 111
Binary 11110010 10010001 10000001 0 101000 101111 101 1000 1010001 1001001

Color Harmonies of #F29181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29181

Black with #F29181

Text Example


Text Example

White with #F29181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29181; }

 p { color: rgb(242,145,129); }

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

background-color css

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

 a { background-color: rgb(242,145,129); }

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

border-color css

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

 span { border-color: rgb(242,145,129); }

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