Html Css Color HEX #F58193 Carissma

📋 copy color: '#F58193'

red 245 ◦ green 129 ◦ blue 147

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

Shades of Carissma #F58193

Tints of Carissma #F58193

RGB

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

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

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

R = 47.02%
G = 24.76%
B = 28.21%

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

#F58193 (or 0xF58193) is known color: Carissma. HEX triplet: F5, 81 and 93. RGB value is (245,129,147). Sum of RGB (Red+Green+Blue) = 245+129+147=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F58193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58193 is #0A7E6C. Grayscale: #A5A5A5. Windows color (decimal): -687725 or 9667061. OLE color: 9667061.

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

Color convert

RGB 245 129 147 -
CMYK 0 0.47 0.4 0.04
HSL 350.69º 0.85% 0.73% -
HSV(B) 350.69º 0.47% 0.96% -
XYZ 50.77 37.22 32.11 -
YUV 165.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 245 129 147 0 0.47 0.4 0.04 350.69 0.85 0.73
Hex F5 81 93 0 2F 28 4 15F 55 49
Octal 365 201 223 0 57 50 4 537 125 111
Binary 11110101 10000001 10010011 0 101111 101000 100 101011111 1010101 1001001

Color Harmonies of #F58193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58193

Black with #F58193

Text Example


Text Example

White with #F58193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58193; }

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

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

background-color css

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

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

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

border-color css

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

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

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