Html Css Color HEX #F29385 Sweet Pink

📋 copy color: '#F29385'

red 242 ◦ green 147 ◦ blue 133

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

Shades of Sweet Pink #F29385

Tints of Sweet Pink #F29385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.16%

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

R = 46.36%
G = 28.16%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F29385 (or 0xF29385) is known color: Sweet Pink. HEX triplet: F2, 93 and 85. RGB value is (242,147,133). Sum of RGB (Red+Green+Blue) = 242+147+133=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F29385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29385 is #0D6C7A. Grayscale: #ADADAD. Windows color (decimal): -879739 or 8754162. OLE color: 8754162.

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

Color convert

RGB 242 147 133 -
CMYK 0 0.39 0.45 0.05
HSL 7.71º 0.81% 0.74% -
HSV(B) 7.71º 0.45% 0.95% -
XYZ 51.29 41.44 27.49 -
YUV 173.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 242 147 133 0 0.39 0.45 0.05 7.71 0.81 0.74
Hex F2 93 85 0 27 2D 5 8 51 4A
Octal 362 223 205 0 47 55 5 10 121 112
Binary 11110010 10010011 10000101 0 100111 101101 101 1000 1010001 1001010

Color Harmonies of #F29385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29385

Black with #F29385

Text Example


Text Example

White with #F29385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29385; }

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

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

background-color css

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

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

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

border-color css

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

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

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