Html Css Color HEX #F58192 Carissma

📋 copy color: '#F58192'

red 245 ◦ green 129 ◦ blue 146

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

Shades of Carissma #F58192

Tints of Carissma #F58192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.81%

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

R = 47.12%
G = 24.81%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F58192 (or 0xF58192) is known color: Carissma. HEX triplet: F5, 81 and 92. RGB value is (245,129,146). Sum of RGB (Red+Green+Blue) = 245+129+146=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F58192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58192 is #0A7E6D. Grayscale: #A5A5A5. Windows color (decimal): -687726 or 9601525. OLE color: 9601525.

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

Color convert

RGB 245 129 146 -
CMYK 0 0.47 0.40 0.04
HSL 351.21º 0.85% 0.73% -
HSV(B) 351.21º 0.47% 0.96% -
XYZ 50.69 37.19 31.7 -
YUV 165.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 245 129 146 0 0.47 0.40 0.04 351.21 0.85 0.73
Hex F5 81 92 0 2F 28 4 15F 55 49
Octal 365 201 222 0 57 50 4 537 125 111
Binary 11110101 10000001 10010010 0 101111 101000 100 101011111 1010101 1001001

Color Harmonies of #F58192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58192

Black with #F58192

Text Example


Text Example

White with #F58192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58192; }

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

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

background-color css

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

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

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

border-color css

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

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

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