Html Css Color HEX #F29894 Sweet Pink

📋 copy color: '#F29894'

red 242 ◦ green 152 ◦ blue 148

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

Shades of Sweet Pink #F29894

Tints of Sweet Pink #F29894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.04%

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 44.65%
G = 28.04%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F29894 (or 0xF29894) is known color: Sweet Pink. HEX triplet: F2, 98 and 94. RGB value is (242,152,148). Sum of RGB (Red+Green+Blue) = 242+152+148=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F29894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29894 is #0D676B. Grayscale: #B2B2B2. Windows color (decimal): -878444 or 9738482. OLE color: 9738482.

HSL color Cylindrical-coordinate representation of color #F29894: hue angle of 2.55º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F29894 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 148 -
CMYK 0 0.37 0.39 0.05
HSL 2.55º 0.78% 0.76% -
HSV(B) 2.55º 0.39% 0.95% -
XYZ 53.19 43.47 33.6 -
YUV 178.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 242 152 148 0 0.37 0.39 0.05 2.55 0.78 0.76
Hex F2 98 94 0 25 27 5 3 4E 4C
Octal 362 230 224 0 45 47 5 3 116 114
Binary 11110010 10011000 10010100 0 100101 100111 101 11 1001110 1001100

Color Harmonies of #F29894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29894

Black with #F29894

Text Example


Text Example

White with #F29894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29894; }

 p { color: rgb(242,152,148); }

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

background-color css

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

 a { background-color: rgb(242,152,148); }

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

border-color css

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

 span { border-color: rgb(242,152,148); }

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