Html Css Color HEX #F29290 Sweet Pink

📋 copy color: '#F29290'

red 242 ◦ green 146 ◦ blue 144

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

Shades of Sweet Pink #F29290

Tints of Sweet Pink #F29290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.44%

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

R = 45.49%
G = 27.44%
B = 27.07%

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

#F29290 (or 0xF29290) is known color: Sweet Pink. HEX triplet: F2, 92 and 90. RGB value is (242,146,144). Sum of RGB (Red+Green+Blue) = 242+146+144=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F29290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29290 is #0D6D6F. Grayscale: #AEAEAE. Windows color (decimal): -879984 or 9474802. OLE color: 9474802.

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

Color convert

RGB 242 146 144 -
CMYK 0 0.40 0.40 0.05
HSL 1.22º 0.79% 0.76% -
HSV(B) 1.22º 0.4% 0.95% -
XYZ 51.93 41.45 31.65 -
YUV 174.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 242 146 144 0 0.40 0.40 0.05 1.22 0.79 0.76
Hex F2 92 90 0 28 28 5 1 4F 4C
Octal 362 222 220 0 50 50 5 1 117 114
Binary 11110010 10010010 10010000 0 101000 101000 101 1 1001111 1001100

Color Harmonies of #F29290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29290

Black with #F29290

Text Example


Text Example

White with #F29290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29290; }

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

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

background-color css

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

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

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

border-color css

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

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

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