Html Css Color HEX #F57491 Carissma

📋 copy color: '#F57491'

red 245 ◦ green 116 ◦ blue 145

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

Shades of Carissma #F57491

Tints of Carissma #F57491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.92%

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 48.42%
G = 22.92%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F57491 (or 0xF57491) is known color: Carissma. HEX triplet: F5, 74 and 91. RGB value is (245,116,145). Sum of RGB (Red+Green+Blue) = 245+116+145=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F57491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57491 is #0A8B6E. Grayscale: #9D9D9D. Windows color (decimal): -691055 or 9532661. OLE color: 9532661.

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

Color convert

RGB 245 116 145 -
CMYK 0 0.53 0.41 0.04
HSL 346.51º 0.87% 0.71% -
HSV(B) 346.51º 0.53% 0.96% -
XYZ 49.01 33.95 30.76 -
YUV 157.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 245 116 145 0 0.53 0.41 0.04 346.51 0.87 0.71
Hex F5 74 91 0 35 29 4 15B 57 47
Octal 365 164 221 0 65 51 4 533 127 107
Binary 11110101 1110100 10010001 0 110101 101001 100 101011011 1010111 1000111

Color Harmonies of #F57491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57491

Black with #F57491

Text Example


Text Example

White with #F57491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57491; }

 p { color: rgb(245,116,145); }

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

background-color css

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

 a { background-color: rgb(245,116,145); }

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

border-color css

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

 span { border-color: rgb(245,116,145); }

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