Html Css Color HEX #F58092 Carissma

📋 copy color: '#F58092'

red 245 ◦ green 128 ◦ blue 146

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

Shades of Carissma #F58092

Tints of Carissma #F58092

RGB

 RED value IS 245 (96.09% from 255) = 47.21%

 GREEN value IS 128 (50.39% from 255) = 24.66%

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

R = 47.21%
G = 24.66%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F58092 (or 0xF58092) is known color: Carissma. HEX triplet: F5, 80 and 92. RGB value is (245,128,146). Sum of RGB (Red+Green+Blue) = 245+128+146=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F58092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58092 is #0A7F6D. Grayscale: #A5A5A5. Windows color (decimal): -687982 or 9601269. OLE color: 9601269.

HSL color Cylindrical-coordinate representation of color #F58092: hue angle of 350.77º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58092 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 146 -
CMYK 0 0.48 0.40 0.04
HSL 350.77º 0.85% 0.73% -
HSV(B) 350.77º 0.48% 0.96% -
XYZ 50.56 36.93 31.66 -
YUV 165.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 245 128 146 0 0.48 0.40 0.04 350.77 0.85 0.73
Hex F5 80 92 0 30 28 4 15F 55 49
Octal 365 200 222 0 60 50 4 537 125 111
Binary 11110101 10000000 10010010 0 110000 101000 100 101011111 1010101 1001001

Color Harmonies of #F58092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58092

Black with #F58092

Text Example


Text Example

White with #F58092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58092; }

 p { color: rgb(245,128,146); }

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

background-color css

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

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

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

border-color css

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

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

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