Html Css Color HEX #F5808F Carissma

📋 copy color: '#F5808F'

red 245 ◦ green 128 ◦ blue 143

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

Shades of Carissma #F5808F

Tints of Carissma #F5808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.81%

 BLUE value IS 143 (56.25% from 255) = 27.71%

R = 47.48%
G = 24.81%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5808F (or 0xF5808F) is known color: Carissma. HEX triplet: F5, 80 and 8F. RGB value is (245,128,143). Sum of RGB (Red+Green+Blue) = 245+128+143=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5808F is #0A7F70. Grayscale: #A4A4A4. Windows color (decimal): -687985 or 9404661. OLE color: 9404661.

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

Color convert

RGB 245 128 143 -
CMYK 0 0.48 0.42 0.04
HSL 352.31º 0.85% 0.73% -
HSV(B) 352.31º 0.48% 0.96% -
XYZ 50.33 36.83 30.44 -
YUV 164.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 245 128 143 0 0.48 0.42 0.04 352.31 0.85 0.73
Hex F5 80 8F 0 30 2A 4 160 55 49
Octal 365 200 217 0 60 52 4 540 125 111
Binary 11110101 10000000 10001111 0 110000 101010 100 101100000 1010101 1001001

Color Harmonies of #F5808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5808F

Black with #F5808F

Text Example


Text Example

White with #F5808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5808F; }

 p { color: rgb(245,128,143); }

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

background-color css

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

 a { background-color: rgb(245,128,143); }

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

border-color css

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

 span { border-color: rgb(245,128,143); }

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