Html Css Color HEX #F29090 Sweet Pink

📋 copy color: '#F29090'

red 242 ◦ green 144 ◦ blue 144

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

Shades of Sweet Pink #F29090

Tints of Sweet Pink #F29090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.17%

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

R = 45.66%
G = 27.17%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F29090 (or 0xF29090) is known color: Sweet Pink. HEX triplet: F2, 90 and 90. RGB value is (242,144,144). Sum of RGB (Red+Green+Blue) = 242+144+144=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F29090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29090 is #0D6F6F. Grayscale: #ADADAD. Windows color (decimal): -880496 or 9474290. OLE color: 9474290.

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

Color convert

RGB 242 144 144 -
CMYK 0 0.40 0.40 0.05
HSL 0.79% 0.76% -
HSV(B) 0.4% 0.95% -
XYZ 51.63 40.84 31.55 -
YUV 173.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 242 144 144 0 0.40 0.40 0.05 0 0.79 0.76
Hex F2 90 90 0 28 28 5 0 4F 4C
Octal 362 220 220 0 50 50 5 0 117 114
Binary 11110010 10010000 10010000 0 101000 101000 101 0 1001111 1001100

Color Harmonies of #F29090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29090

Black with #F29090

Text Example


Text Example

White with #F29090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29090; }

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

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

background-color css

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

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

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

border-color css

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

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

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