Html Css Color HEX #F29590 Sweet Pink

📋 copy color: '#F29590'

red 242 ◦ green 149 ◦ blue 144

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

Shades of Sweet Pink #F29590

Tints of Sweet Pink #F29590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.92%

R = 45.23%
G = 27.85%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F29590 (or 0xF29590) is known color: Sweet Pink. HEX triplet: F2, 95 and 90. RGB value is (242,149,144). Sum of RGB (Red+Green+Blue) = 242+149+144=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F29590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29590 is #0D6A6F. Grayscale: #B0B0B0. Windows color (decimal): -879216 or 9475570. OLE color: 9475570.

HSL color Cylindrical-coordinate representation of color #F29590: hue angle of 3.06º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F29590 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 144 -
CMYK 0 0.38 0.40 0.05
HSL 3.06º 0.79% 0.76% -
HSV(B) 3.06º 0.4% 0.95% -
XYZ 52.4 42.39 31.81 -
YUV 176.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 242 149 144 0 0.38 0.40 0.05 3.06 0.79 0.76
Hex F2 95 90 0 26 28 5 3 4F 4C
Octal 362 225 220 0 46 50 5 3 117 114
Binary 11110010 10010101 10010000 0 100110 101000 101 11 1001111 1001100

Color Harmonies of #F29590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29590

Black with #F29590

Text Example


Text Example

White with #F29590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29590; }

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

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

background-color css

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

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

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

border-color css

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

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

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