Html Css Color HEX #F58396 Carissma

📋 copy color: '#F58396'

red 245 ◦ green 131 ◦ blue 150

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

Shades of Carissma #F58396

Tints of Carissma #F58396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.9%

 BLUE value IS 150 (58.98% from 255) = 28.52%

R = 46.58%
G = 24.9%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F58396 (or 0xF58396) is known color: Carissma. HEX triplet: F5, 83 and 96. RGB value is (245,131,150). Sum of RGB (Red+Green+Blue) = 245+131+150=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F58396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58396 is #0A7C69. Grayscale: #A7A7A7. Windows color (decimal): -687210 or 9864181. OLE color: 9864181.

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

Color convert

RGB 245 131 150 -
CMYK 0 0.47 0.39 0.04
HSL 350º 0.85% 0.74% -
HSV(B) 350º 0.47% 0.96% -
XYZ 51.28 37.85 33.46 -
YUV 167.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 245 131 150 0 0.47 0.39 0.04 350 0.85 0.74
Hex F5 83 96 0 2F 27 4 15E 55 4A
Octal 365 203 226 0 57 47 4 536 125 112
Binary 11110101 10000011 10010110 0 101111 100111 100 101011110 1010101 1001010

Color Harmonies of #F58396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58396

Black with #F58396

Text Example


Text Example

White with #F58396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58396; }

 p { color: rgb(245,131,150); }

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

background-color css

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

 a { background-color: rgb(245,131,150); }

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

border-color css

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

 span { border-color: rgb(245,131,150); }

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