Html Css Color HEX #F58392 Carissma

📋 copy color: '#F58392'

red 245 ◦ green 131 ◦ blue 146

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

Shades of Carissma #F58392

Tints of Carissma #F58392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

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

R = 46.93%
G = 25.1%
B = 27.97%

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

#F58392 (or 0xF58392) is known color: Carissma. HEX triplet: F5, 83 and 92. RGB value is (245,131,146). Sum of RGB (Red+Green+Blue) = 245+131+146=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F58392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58392 is #0A7C6D. Grayscale: #A6A6A6. Windows color (decimal): -687214 or 9602037. OLE color: 9602037.

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

Color convert

RGB 245 131 146 -
CMYK 0 0.47 0.40 0.04
HSL 352.11º 0.85% 0.74% -
HSV(B) 352.11º 0.47% 0.96% -
XYZ 50.96 37.72 31.79 -
YUV 166.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 245 131 146 0 0.47 0.40 0.04 352.11 0.85 0.74
Hex F5 83 92 0 2F 28 4 160 55 4A
Octal 365 203 222 0 57 50 4 540 125 112
Binary 11110101 10000011 10010010 0 101111 101000 100 101100000 1010101 1001010

Color Harmonies of #F58392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58392

Black with #F58392

Text Example


Text Example

White with #F58392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58392; }

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

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

background-color css

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

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

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

border-color css

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

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

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