Html Css Color HEX #F58295 Carissma

📋 copy color: '#F58295'

red 245 ◦ green 130 ◦ blue 149

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

Shades of Carissma #F58295

Tints of Carissma #F58295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.81%

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 46.76%
G = 24.81%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F58295 (or 0xF58295) is known color: Carissma. HEX triplet: F5, 82 and 95. RGB value is (245,130,149). Sum of RGB (Red+Green+Blue) = 245+130+149=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F58295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58295 is #0A7D6A. Grayscale: #A6A6A6. Windows color (decimal): -687467 or 9798389. OLE color: 9798389.

HSL color Cylindrical-coordinate representation of color #F58295: hue angle of 350.09º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58295 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 130 149 -
CMYK 0 0.47 0.39 0.04
HSL 350.09º 0.85% 0.74% -
HSV(B) 350.09º 0.47% 0.96% -
XYZ 51.06 37.55 32.99 -
YUV 166.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 245 130 149 0 0.47 0.39 0.04 350.09 0.85 0.74
Hex F5 82 95 0 2F 27 4 15E 55 4A
Octal 365 202 225 0 57 47 4 536 125 112
Binary 11110101 10000010 10010101 0 101111 100111 100 101011110 1010101 1001010

Color Harmonies of #F58295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58295

Black with #F58295

Text Example


Text Example

White with #F58295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58295; }

 p { color: rgb(245,130,149); }

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

background-color css

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

 a { background-color: rgb(245,130,149); }

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

border-color css

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

 span { border-color: rgb(245,130,149); }

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