Html Css Color HEX #F57C8A Carissma

📋 copy color: '#F57C8A'

red 245 ◦ green 124 ◦ blue 138

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

Shades of Carissma #F57C8A

Tints of Carissma #F57C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.46%

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

R = 48.32%
G = 24.46%
B = 27.22%

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

#F57C8A (or 0xF57C8A) is known color: Carissma. HEX triplet: F5, 7C and 8A. RGB value is (245,124,138). Sum of RGB (Red+Green+Blue) = 245+124+138=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57C8A is #0A8375. Grayscale: #A1A1A1. Windows color (decimal): -689014 or 9075957. OLE color: 9075957.

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

Color convert

RGB 245 124 138 -
CMYK 0 0.49 0.44 0.04
HSL 353.06º 0.86% 0.72% -
HSV(B) 353.06º 0.49% 0.96% -
XYZ 49.45 35.66 28.32 -
YUV 161.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 245 124 138 0 0.49 0.44 0.04 353.06 0.86 0.72
Hex F5 7C 8A 0 31 2C 4 161 56 48
Octal 365 174 212 0 61 54 4 541 126 110
Binary 11110101 1111100 10001010 0 110001 101100 100 101100001 1010110 1001000

Color Harmonies of #F57C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C8A

Black with #F57C8A

Text Example


Text Example

White with #F57C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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