Html Css Color HEX #F57F93 Carissma

📋 copy color: '#F57F93'

red 245 ◦ green 127 ◦ blue 147

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

Shades of Carissma #F57F93

Tints of Carissma #F57F93

RGB

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

 GREEN value IS 127 (50% from 255) = 24.47%

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

R = 47.21%
G = 24.47%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F57F93 (or 0xF57F93) is known color: Carissma. HEX triplet: F5, 7F and 93. RGB value is (245,127,147). Sum of RGB (Red+Green+Blue) = 245+127+147=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F93 is #0A806C. Grayscale: #A4A4A4. Windows color (decimal): -688237 or 9666549. OLE color: 9666549.

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

Color convert

RGB 245 127 147 -
CMYK 0 0.48 0.4 0.04
HSL 349.83º 0.86% 0.73% -
HSV(B) 349.83º 0.48% 0.96% -
XYZ 50.51 36.7 32.02 -
YUV 164.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 245 127 147 0 0.48 0.4 0.04 349.83 0.86 0.73
Hex F5 7F 93 0 30 28 4 15E 56 49
Octal 365 177 223 0 60 50 4 536 126 111
Binary 11110101 1111111 10010011 0 110000 101000 100 101011110 1010110 1001001

Color Harmonies of #F57F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F93

Black with #F57F93

Text Example


Text Example

White with #F57F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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