Html Css Color HEX #F29085 Sweet Pink

📋 copy color: '#F29085'

red 242 ◦ green 144 ◦ blue 133

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

Shades of Sweet Pink #F29085

Tints of Sweet Pink #F29085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 46.63%
G = 27.75%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F29085 (or 0xF29085) is known color: Sweet Pink. HEX triplet: F2, 90 and 85. RGB value is (242,144,133). Sum of RGB (Red+Green+Blue) = 242+144+133=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F29085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29085 is #0D6F7A. Grayscale: #ACACAC. Windows color (decimal): -880507 or 8753394. OLE color: 8753394.

HSL color Cylindrical-coordinate representation of color #F29085: hue angle of 6.06º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F29085 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 133 -
CMYK 0 0.40 0.45 0.05
HSL 6.06º 0.81% 0.74% -
HSV(B) 6.06º 0.45% 0.95% -
XYZ 50.82 40.52 27.33 -
YUV 172.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 242 144 133 0 0.40 0.45 0.05 6.06 0.81 0.74
Hex F2 90 85 0 28 2D 5 6 51 4A
Octal 362 220 205 0 50 55 5 6 121 112
Binary 11110010 10010000 10000101 0 101000 101101 101 110 1010001 1001010

Color Harmonies of #F29085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29085

Black with #F29085

Text Example


Text Example

White with #F29085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29085; }

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

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

background-color css

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

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

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

border-color css

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

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

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