Html Css Color HEX #F29384 Sweet Pink

📋 copy color: '#F29384'

red 242 ◦ green 147 ◦ blue 132

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

Shades of Sweet Pink #F29384

Tints of Sweet Pink #F29384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.34%

R = 46.45%
G = 28.21%
B = 25.34%

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

#F29384 (or 0xF29384) is known color: Sweet Pink. HEX triplet: F2, 93 and 84. RGB value is (242,147,132). Sum of RGB (Red+Green+Blue) = 242+147+132=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F29384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29384 is #0D6C7B. Grayscale: #ADADAD. Windows color (decimal): -879740 or 8688626. OLE color: 8688626.

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

Color convert

RGB 242 147 132 -
CMYK 0 0.39 0.45 0.05
HSL 8.18º 0.81% 0.73% -
HSV(B) 8.18º 0.45% 0.95% -
XYZ 51.22 41.41 27.12 -
YUV 173.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 242 147 132 0 0.39 0.45 0.05 8.18 0.81 0.73
Hex F2 93 84 0 27 2D 5 8 51 49
Octal 362 223 204 0 47 55 5 10 121 111
Binary 11110010 10010011 10000100 0 100111 101101 101 1000 1010001 1001001

Color Harmonies of #F29384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29384

Black with #F29384

Text Example


Text Example

White with #F29384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29384; }

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

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

background-color css

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

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

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

border-color css

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

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

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