Html Css Color HEX #F29B8F Sweet Pink

📋 copy color: '#F29B8F'

red 242 ◦ green 155 ◦ blue 143

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

Shades of Sweet Pink #F29B8F

Tints of Sweet Pink #F29B8F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.7%

 BLUE value IS 143 (56.25% from 255) = 26.48%

R = 44.81%
G = 28.7%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F29B8F (or 0xF29B8F) is known color: Sweet Pink. HEX triplet: F2, 9B and 8F. RGB value is (242,155,143). Sum of RGB (Red+Green+Blue) = 242+155+143=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29B8F is #0D6470. Grayscale: #B3B3B3. Windows color (decimal): -877681 or 9411570. OLE color: 9411570.

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

Color convert

RGB 242 155 143 -
CMYK 0 0.36 0.41 0.05
HSL 7.27º 0.79% 0.75% -
HSV(B) 7.27º 0.41% 0.95% -
XYZ 53.3 44.3 31.73 -
YUV 179.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 242 155 143 0 0.36 0.41 0.05 7.27 0.79 0.75
Hex F2 9B 8F 0 24 29 5 7 4F 4B
Octal 362 233 217 0 44 51 5 7 117 113
Binary 11110010 10011011 10001111 0 100100 101001 101 111 1001111 1001011

Color Harmonies of #F29B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B8F

Black with #F29B8F

Text Example


Text Example

White with #F29B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B8F; }

 p { color: rgb(242,155,143); }

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

background-color css

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

 a { background-color: rgb(242,155,143); }

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

border-color css

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

 span { border-color: rgb(242,155,143); }

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