Html Css Color HEX #F57E8A Carissma

📋 copy color: '#F57E8A'

red 245 ◦ green 126 ◦ blue 138

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

Shades of Carissma #F57E8A

Tints of Carissma #F57E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.75%

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 48.13%
G = 24.75%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F57E8A (or 0xF57E8A) is known color: Carissma. HEX triplet: F5, 7E and 8A. RGB value is (245,126,138). Sum of RGB (Red+Green+Blue) = 245+126+138=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57E8A is #0A8175. Grayscale: #A3A3A3. Windows color (decimal): -688502 or 9076469. OLE color: 9076469.

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

Color convert

RGB 245 126 138 -
CMYK 0 0.49 0.44 0.04
HSL 353.95º 0.86% 0.73% -
HSV(B) 353.95º 0.49% 0.96% -
XYZ 49.7 36.17 28.41 -
YUV 162.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 245 126 138 0 0.49 0.44 0.04 353.95 0.86 0.73
Hex F5 7E 8A 0 31 2C 4 162 56 49
Octal 365 176 212 0 61 54 4 542 126 111
Binary 11110101 1111110 10001010 0 110001 101100 100 101100010 1010110 1001001

Color Harmonies of #F57E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57E8A

Black with #F57E8A

Text Example


Text Example

White with #F57E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57E8A; }

 p { color: rgb(245,126,138); }

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

background-color css

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

 a { background-color: rgb(245,126,138); }

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

border-color css

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

 span { border-color: rgb(245,126,138); }

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