Html Css Color HEX #F29691 Sweet Pink

📋 copy color: '#F29691'

red 242 ◦ green 150 ◦ blue 145

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

Shades of Sweet Pink #F29691

Tints of Sweet Pink #F29691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.93%

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

R = 45.07%
G = 27.93%
B = 27%

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

#F29691 (or 0xF29691) is known color: Sweet Pink. HEX triplet: F2, 96 and 91. RGB value is (242,150,145). Sum of RGB (Red+Green+Blue) = 242+150+145=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F29691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29691 is #0D696E. Grayscale: #B1B1B1. Windows color (decimal): -878959 or 9541362. OLE color: 9541362.

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

Color convert

RGB 242 150 145 -
CMYK 0 0.38 0.40 0.05
HSL 3.09º 0.79% 0.76% -
HSV(B) 3.09º 0.4% 0.95% -
XYZ 52.64 42.73 32.26 -
YUV 176.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 242 150 145 0 0.38 0.40 0.05 3.09 0.79 0.76
Hex F2 96 91 0 26 28 5 3 4F 4C
Octal 362 226 221 0 46 50 5 3 117 114
Binary 11110010 10010110 10010001 0 100110 101000 101 11 1001111 1001100

Color Harmonies of #F29691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29691

Black with #F29691

Text Example


Text Example

White with #F29691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29691; }

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

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

background-color css

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

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

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

border-color css

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

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

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