Html Css Color HEX #F09384 Sweet Pink

📋 copy color: '#F09384'

red 240 ◦ green 147 ◦ blue 132

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

Shades of Sweet Pink #F09384

Tints of Sweet Pink #F09384

RGB

 RED value IS 240 (94.14% from 255) = 46.24%

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

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

R = 46.24%
G = 28.32%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F09384 (or 0xF09384) is known color: Sweet Pink. HEX triplet: F0, 93 and 84. RGB value is (240,147,132). Sum of RGB (Red+Green+Blue) = 240+147+132=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F09384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09384 is #0F6C7B. Grayscale: #ADADAD. Windows color (decimal): -1010812 or 8688624. OLE color: 8688624.

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

Color convert

RGB 240 147 132 -
CMYK 0 0.39 0.45 0.06
HSL 8.33º 0.78% 0.73% -
HSV(B) 8.33º 0.45% 0.94% -
XYZ 50.53 41.06 27.09 -
YUV 173.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 240 147 132 0 0.39 0.45 0.06 8.33 0.78 0.73
Hex F0 93 84 0 27 2D 6 8 4E 49
Octal 360 223 204 0 47 55 6 10 116 111
Binary 11110000 10010011 10000100 0 100111 101101 110 1000 1001110 1001001

Color Harmonies of #F09384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09384

Black with #F09384

Text Example


Text Example

White with #F09384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09384; }

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

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

background-color css

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

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

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

border-color css

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

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

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