Html Css Color HEX #F5818E Carissma

📋 copy color: '#F5818E'

red 245 ◦ green 129 ◦ blue 142

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

Shades of Carissma #F5818E

Tints of Carissma #F5818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25%

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 47.48%
G = 25%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5818E (or 0xF5818E) is known color: Carissma. HEX triplet: F5, 81 and 8E. RGB value is (245,129,142). Sum of RGB (Red+Green+Blue) = 245+129+142=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5818E is #0A7E71. Grayscale: #A5A5A5. Windows color (decimal): -687730 or 9339381. OLE color: 9339381.

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

Color convert

RGB 245 129 142 -
CMYK 0 0.47 0.42 0.04
HSL 353.28º 0.85% 0.73% -
HSV(B) 353.28º 0.47% 0.96% -
XYZ 50.39 37.07 30.09 -
YUV 165.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 245 129 142 0 0.47 0.42 0.04 353.28 0.85 0.73
Hex F5 81 8E 0 2F 2A 4 161 55 49
Octal 365 201 216 0 57 52 4 541 125 111
Binary 11110101 10000001 10001110 0 101111 101010 100 101100001 1010101 1001001

Color Harmonies of #F5818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5818E

Black with #F5818E

Text Example


Text Example

White with #F5818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5818E; }

 p { color: rgb(245,129,142); }

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

background-color css

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

 a { background-color: rgb(245,129,142); }

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

border-color css

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

 span { border-color: rgb(245,129,142); }

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