Html Css Color HEX #F29D94 Sweet Pink

📋 copy color: '#F29D94'

red 242 ◦ green 157 ◦ blue 148

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

Shades of Sweet Pink #F29D94

Tints of Sweet Pink #F29D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

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

R = 44.24%
G = 28.7%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F29D94 (or 0xF29D94) is known color: Sweet Pink. HEX triplet: F2, 9D and 94. RGB value is (242,157,148). Sum of RGB (Red+Green+Blue) = 242+157+148=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D94 is #0D626B. Grayscale: #B5B5B5. Windows color (decimal): -877164 or 9739762. OLE color: 9739762.

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

Color convert

RGB 242 157 148 -
CMYK 0 0.35 0.39 0.05
HSL 5.74º 0.78% 0.76% -
HSV(B) 5.74º 0.39% 0.95% -
XYZ 54.02 45.13 33.88 -
YUV 181.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 242 157 148 0 0.35 0.39 0.05 5.74 0.78 0.76
Hex F2 9D 94 0 23 27 5 6 4E 4C
Octal 362 235 224 0 43 47 5 6 116 114
Binary 11110010 10011101 10010100 0 100011 100111 101 110 1001110 1001100

Color Harmonies of #F29D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D94

Black with #F29D94

Text Example


Text Example

White with #F29D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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