Html Css Color HEX #F29491 Sweet Pink

📋 copy color: '#F29491'

red 242 ◦ green 148 ◦ blue 145

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

Shades of Sweet Pink #F29491

Tints of Sweet Pink #F29491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.1%

R = 45.23%
G = 27.66%
B = 27.1%

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

#F29491 (or 0xF29491) is known color: Sweet Pink. HEX triplet: F2, 94 and 91. RGB value is (242,148,145). Sum of RGB (Red+Green+Blue) = 242+148+145=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F29491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29491 is #0D6B6E. Grayscale: #AFAFAF. Windows color (decimal): -879471 or 9540850. OLE color: 9540850.

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

Color convert

RGB 242 148 145 -
CMYK 0 0.39 0.40 0.05
HSL 1.86º 0.79% 0.76% -
HSV(B) 1.86º 0.4% 0.95% -
XYZ 52.32 42.1 32.16 -
YUV 175.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 242 148 145 0 0.39 0.40 0.05 1.86 0.79 0.76
Hex F2 94 91 0 27 28 5 2 4F 4C
Octal 362 224 221 0 47 50 5 2 117 114
Binary 11110010 10010100 10010001 0 100111 101000 101 10 1001111 1001100

Color Harmonies of #F29491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29491

Black with #F29491

Text Example


Text Example

White with #F29491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29491; }

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

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

background-color css

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

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

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

border-color css

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

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

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