Html Css Color HEX #F58393 Carissma

📋 copy color: '#F58393'

red 245 ◦ green 131 ◦ blue 147

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

Shades of Carissma #F58393

Tints of Carissma #F58393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.11%

R = 46.85%
G = 25.05%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F58393 (or 0xF58393) is known color: Carissma. HEX triplet: F5, 83 and 93. RGB value is (245,131,147). Sum of RGB (Red+Green+Blue) = 245+131+147=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F58393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58393 is #0A7C6C. Grayscale: #A6A6A6. Windows color (decimal): -687213 or 9667573. OLE color: 9667573.

HSL color Cylindrical-coordinate representation of color #F58393: hue angle of 351.58º 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 #F58393 is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 131 147 -
CMYK 0 0.47 0.4 0.04
HSL 351.58º 0.85% 0.74% -
HSV(B) 351.58º 0.47% 0.96% -
XYZ 51.04 37.75 32.2 -
YUV 166.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 245 131 147 0 0.47 0.4 0.04 351.58 0.85 0.74
Hex F5 83 93 0 2F 28 4 160 55 4A
Octal 365 203 223 0 57 50 4 540 125 112
Binary 11110101 10000011 10010011 0 101111 101000 100 101100000 1010101 1001010

Color Harmonies of #F58393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58393

Black with #F58393

Text Example


Text Example

White with #F58393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58393; }

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

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

background-color css

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

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

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

border-color css

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

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

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