Html Css Color HEX #F09E94 Sweet Pink

📋 copy color: '#F09E94'

red 240 ◦ green 158 ◦ blue 148

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

Shades of Sweet Pink #F09E94

Tints of Sweet Pink #F09E94

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.94%

 BLUE value IS 148 (58.2% from 255) = 27.11%

R = 43.96%
G = 28.94%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F09E94 (or 0xF09E94) is known color: Sweet Pink. HEX triplet: F0, 9E and 94. RGB value is (240,158,148). Sum of RGB (Red+Green+Blue) = 240+158+148=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09E94 is #0F616B. Grayscale: #B5B5B5. Windows color (decimal): -1007980 or 9740016. OLE color: 9740016.

HSL color Cylindrical-coordinate representation of color #F09E94: hue angle of 6.52º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F09E94 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 158 148 -
CMYK 0 0.34 0.38 0.06
HSL 6.52º 0.75% 0.76% -
HSV(B) 6.52º 0.38% 0.94% -
XYZ 53.51 45.12 33.91 -
YUV 181.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 240 158 148 0 0.34 0.38 0.06 6.52 0.75 0.76
Hex F0 9E 94 0 22 26 6 7 4B 4C
Octal 360 236 224 0 42 46 6 7 113 114
Binary 11110000 10011110 10010100 0 100010 100110 110 111 1001011 1001100

Color Harmonies of #F09E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E94

Black with #F09E94

Text Example


Text Example

White with #F09E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E94; }

 p { color: rgb(240,158,148); }

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

background-color css

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

 a { background-color: rgb(240,158,148); }

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

border-color css

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

 span { border-color: rgb(240,158,148); }

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