Html Css Color HEX #F08492 Carissma

📋 copy color: '#F08492'

red 240 ◦ green 132 ◦ blue 146

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

Shades of Carissma #F08492

Tints of Carissma #F08492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.48%

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

R = 46.33%
G = 25.48%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F08492 (or 0xF08492) is known color: Carissma. HEX triplet: F0, 84 and 92. RGB value is (240,132,146). Sum of RGB (Red+Green+Blue) = 240+132+146=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F08492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08492 is #0F7B6D. Grayscale: #A5A5A5. Windows color (decimal): -1014638 or 9602288. OLE color: 9602288.

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

Color convert

RGB 240 132 146 -
CMYK 0 0.45 0.39 0.06
HSL 352.22º 0.78% 0.73% -
HSV(B) 352.22º 0.45% 0.94% -
XYZ 49.37 37.1 31.75 -
YUV 165.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 240 132 146 0 0.45 0.39 0.06 352.22 0.78 0.73
Hex F0 84 92 0 2D 27 6 160 4E 49
Octal 360 204 222 0 55 47 6 540 116 111
Binary 11110000 10000100 10010010 0 101101 100111 110 101100000 1001110 1001001

Color Harmonies of #F08492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08492

Black with #F08492

Text Example


Text Example

White with #F08492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08492; }

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

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

background-color css

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

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

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

border-color css

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

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

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