Html Css Color HEX #F09292 Sweet Pink

📋 copy color: '#F09292'

red 240 ◦ green 146 ◦ blue 146

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

Shades of Sweet Pink #F09292

Tints of Sweet Pink #F09292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.44%

 BLUE value IS 146 (57.42% from 255) = 27.44%

R = 45.11%
G = 27.44%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F09292 (or 0xF09292) is known color: Sweet Pink. HEX triplet: F0, 92 and 92. RGB value is (240,146,146). Sum of RGB (Red+Green+Blue) = 240+146+146=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F09292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09292 is #0F6D6D. Grayscale: #AEAEAE. Windows color (decimal): -1011054 or 9605872. OLE color: 9605872.

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

Color convert

RGB 240 146 146 -
CMYK 0 0.39 0.39 0.06
HSL 0.76% 0.76% -
HSV(B) 0.39% 0.94% -
XYZ 51.4 41.16 32.43 -
YUV 174.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 240 146 146 0 0.39 0.39 0.06 0 0.76 0.76
Hex F0 92 92 0 27 27 6 0 4C 4C
Octal 360 222 222 0 47 47 6 0 114 114
Binary 11110000 10010010 10010010 0 100111 100111 110 0 1001100 1001100

Color Harmonies of #F09292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09292

Black with #F09292

Text Example


Text Example

White with #F09292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09292; }

 p { color: rgb(240,146,146); }

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

background-color css

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

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

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

border-color css

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

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

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