Html Css Color HEX #F57993 Carissma

📋 copy color: '#F57993'

red 245 ◦ green 121 ◦ blue 147

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

Shades of Carissma #F57993

Tints of Carissma #F57993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

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

R = 47.76%
G = 23.59%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F57993 (or 0xF57993) is known color: Carissma. HEX triplet: F5, 79 and 93. RGB value is (245,121,147). Sum of RGB (Red+Green+Blue) = 245+121+147=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F57993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57993 is #0A866C. Grayscale: #A1A1A1. Windows color (decimal): -689773 or 9665013. OLE color: 9665013.

HSL color Cylindrical-coordinate representation of color #F57993: hue angle of 347.42º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57993 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 121 147 -
CMYK 0 0.51 0.4 0.04
HSL 347.42º 0.86% 0.72% -
HSV(B) 347.42º 0.51% 0.96% -
XYZ 49.76 35.19 31.77 -
YUV 161.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 245 121 147 0 0.51 0.4 0.04 347.42 0.86 0.72
Hex F5 79 93 0 33 28 4 15B 56 48
Octal 365 171 223 0 63 50 4 533 126 110
Binary 11110101 1111001 10010011 0 110011 101000 100 101011011 1010110 1001000

Color Harmonies of #F57993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57993

Black with #F57993

Text Example


Text Example

White with #F57993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57993; }

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

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

background-color css

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

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

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

border-color css

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

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

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