Html Css Color HEX #F29A8B Sweet Pink

📋 copy color: '#F29A8B'

red 242 ◦ green 154 ◦ blue 139

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

Shades of Sweet Pink #F29A8B

Tints of Sweet Pink #F29A8B

RGB

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

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

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

R = 45.23%
G = 28.79%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F29A8B (or 0xF29A8B) is known color: Sweet Pink. HEX triplet: F2, 9A and 8B. RGB value is (242,154,139). Sum of RGB (Red+Green+Blue) = 242+154+139=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29A8B is #0D6574. Grayscale: #B2B2B2. Windows color (decimal): -877941 or 9149170. OLE color: 9149170.

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

Color convert

RGB 242 154 139 -
CMYK 0 0.36 0.43 0.05
HSL 8.74º 0.8% 0.75% -
HSV(B) 8.74º 0.43% 0.95% -
XYZ 52.83 43.85 30.11 -
YUV 178.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 242 154 139 0 0.36 0.43 0.05 8.74 0.8 0.75
Hex F2 9A 8B 0 24 2B 5 9 50 4B
Octal 362 232 213 0 44 53 5 11 120 113
Binary 11110010 10011010 10001011 0 100100 101011 101 1001 1010000 1001011

Color Harmonies of #F29A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A8B

Black with #F29A8B

Text Example


Text Example

White with #F29A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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