Html Css Color HEX #F58292 Carissma

📋 copy color: '#F58292'

red 245 ◦ green 130 ◦ blue 146

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

Shades of Carissma #F58292

Tints of Carissma #F58292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.02%

R = 47.02%
G = 24.95%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F58292 (or 0xF58292) is known color: Carissma. HEX triplet: F5, 82 and 92. RGB value is (245,130,146). Sum of RGB (Red+Green+Blue) = 245+130+146=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F58292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58292 is #0A7D6D. Grayscale: #A6A6A6. Windows color (decimal): -687470 or 9601781. OLE color: 9601781.

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

Color convert

RGB 245 130 146 -
CMYK 0 0.47 0.40 0.04
HSL 351.65º 0.85% 0.74% -
HSV(B) 351.65º 0.47% 0.96% -
XYZ 50.83 37.45 31.74 -
YUV 166.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 245 130 146 0 0.47 0.40 0.04 351.65 0.85 0.74
Hex F5 82 92 0 2F 28 4 160 55 4A
Octal 365 202 222 0 57 50 4 540 125 112
Binary 11110101 10000010 10010010 0 101111 101000 100 101100000 1010101 1001010

Color Harmonies of #F58292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58292

Black with #F58292

Text Example


Text Example

White with #F58292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58292; }

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

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

background-color css

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

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

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

border-color css

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

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

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