Html Css Color HEX #F57D8F Carissma

📋 copy color: '#F57D8F'

red 245 ◦ green 125 ◦ blue 143

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

Shades of Carissma #F57D8F

Tints of Carissma #F57D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.37%

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 47.76%
G = 24.37%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F57D8F (or 0xF57D8F) is known color: Carissma. HEX triplet: F5, 7D and 8F. RGB value is (245,125,143). Sum of RGB (Red+Green+Blue) = 245+125+143=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D8F is #0A8270. Grayscale: #A2A2A2. Windows color (decimal): -688753 or 9403893. OLE color: 9403893.

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

Color convert

RGB 245 125 143 -
CMYK 0 0.49 0.42 0.04
HSL 351º 0.86% 0.73% -
HSV(B) 351º 0.49% 0.96% -
XYZ 49.95 36.06 30.31 -
YUV 162.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 245 125 143 0 0.49 0.42 0.04 351 0.86 0.73
Hex F5 7D 8F 0 31 2A 4 15F 56 49
Octal 365 175 217 0 61 52 4 537 126 111
Binary 11110101 1111101 10001111 0 110001 101010 100 101011111 1010110 1001001

Color Harmonies of #F57D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D8F

Black with #F57D8F

Text Example


Text Example

White with #F57D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D8F; }

 p { color: rgb(245,125,143); }

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

background-color css

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

 a { background-color: rgb(245,125,143); }

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

border-color css

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

 span { border-color: rgb(245,125,143); }

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