Html Css Color HEX #F58394 Carissma

📋 copy color: '#F58394'

red 245 ◦ green 131 ◦ blue 148

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

Shades of Carissma #F58394

Tints of Carissma #F58394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 46.76%
G = 25%
B = 28.24%

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

#F58394 (or 0xF58394) is known color: Carissma. HEX triplet: F5, 83 and 94. RGB value is (245,131,148). Sum of RGB (Red+Green+Blue) = 245+131+148=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F58394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58394 is #0A7C6B. Grayscale: #A7A7A7. Windows color (decimal): -687212 or 9733109. OLE color: 9733109.

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

Color convert

RGB 245 131 148 -
CMYK 0 0.47 0.40 0.04
HSL 351.05º 0.85% 0.74% -
HSV(B) 351.05º 0.47% 0.96% -
XYZ 51.12 37.78 32.62 -
YUV 167.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 245 131 148 0 0.47 0.40 0.04 351.05 0.85 0.74
Hex F5 83 94 0 2F 28 4 15F 55 4A
Octal 365 203 224 0 57 50 4 537 125 112
Binary 11110101 10000011 10010100 0 101111 101000 100 101011111 1010101 1001010

Color Harmonies of #F58394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58394

Black with #F58394

Text Example


Text Example

White with #F58394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58394; }

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

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

background-color css

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

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

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

border-color css

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

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

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