Html Css Color HEX #F29490 Sweet Pink

📋 copy color: '#F29490'

red 242 ◦ green 148 ◦ blue 144

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

Shades of Sweet Pink #F29490

Tints of Sweet Pink #F29490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.72%

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

R = 45.32%
G = 27.72%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F29490 (or 0xF29490) is known color: Sweet Pink. HEX triplet: F2, 94 and 90. RGB value is (242,148,144). Sum of RGB (Red+Green+Blue) = 242+148+144=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F29490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29490 is #0D6B6F. Grayscale: #AFAFAF. Windows color (decimal): -879472 or 9475314. OLE color: 9475314.

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

Color convert

RGB 242 148 144 -
CMYK 0 0.39 0.40 0.05
HSL 2.45º 0.79% 0.76% -
HSV(B) 2.45º 0.4% 0.95% -
XYZ 52.24 42.07 31.75 -
YUV 175.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 242 148 144 0 0.39 0.40 0.05 2.45 0.79 0.76
Hex F2 94 90 0 27 28 5 2 4F 4C
Octal 362 224 220 0 47 50 5 2 117 114
Binary 11110010 10010100 10010000 0 100111 101000 101 10 1001111 1001100

Color Harmonies of #F29490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29490

Black with #F29490

Text Example


Text Example

White with #F29490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29490; }

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

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

background-color css

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

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

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

border-color css

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

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

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