Html Css Color HEX #F29594 Sweet Pink

📋 copy color: '#F29594'

red 242 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #F29594

Tints of Sweet Pink #F29594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

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

R = 44.9%
G = 27.64%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F29594 (or 0xF29594) is known color: Sweet Pink. HEX triplet: F2, 95 and 94. RGB value is (242,149,148). Sum of RGB (Red+Green+Blue) = 242+149+148=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F29594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29594 is #0D6A6B. Grayscale: #B0B0B0. Windows color (decimal): -879212 or 9737714. OLE color: 9737714.

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

Color convert

RGB 242 149 148 -
CMYK 0 0.38 0.39 0.05
HSL 0.64º 0.78% 0.76% -
HSV(B) 0.64º 0.39% 0.95% -
XYZ 52.71 42.51 33.44 -
YUV 176.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 242 149 148 0 0.38 0.39 0.05 0.64 0.78 0.76
Hex F2 95 94 0 26 27 5 1 4E 4C
Octal 362 225 224 0 46 47 5 1 116 114
Binary 11110010 10010101 10010100 0 100110 100111 101 1 1001110 1001100

Color Harmonies of #F29594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29594

Black with #F29594

Text Example


Text Example

White with #F29594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29594; }

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

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

background-color css

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

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

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

border-color css

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

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

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