Html Css Color HEX #F57295 Carissma

📋 copy color: '#F57295'

red 245 ◦ green 114 ◦ blue 149

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

Shades of Carissma #F57295

Tints of Carissma #F57295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.44%

 BLUE value IS 149 (58.59% from 255) = 29.33%

R = 48.23%
G = 22.44%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F57295 (or 0xF57295) is known color: Carissma. HEX triplet: F5, 72 and 95. RGB value is (245,114,149). Sum of RGB (Red+Green+Blue) = 245+114+149=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F57295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57295 is #0A8D6A. Grayscale: #9D9D9D. Windows color (decimal): -691563 or 9794293. OLE color: 9794293.

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

Color convert

RGB 245 114 149 -
CMYK 0 0.53 0.39 0.04
HSL 343.97º 0.87% 0.7% -
HSV(B) 343.97º 0.53% 0.96% -
XYZ 49.1 33.62 32.33 -
YUV 157.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 245 114 149 0 0.53 0.39 0.04 343.97 0.87 0.7
Hex F5 72 95 0 35 27 4 158 57 46
Octal 365 162 225 0 65 47 4 530 127 106
Binary 11110101 1110010 10010101 0 110101 100111 100 101011000 1010111 1000110

Color Harmonies of #F57295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57295

Black with #F57295

Text Example


Text Example

White with #F57295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57295; }

 p { color: rgb(245,114,149); }

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

background-color css

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

 a { background-color: rgb(245,114,149); }

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

border-color css

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

 span { border-color: rgb(245,114,149); }

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