Html Css Color HEX #F58085 Carissma

📋 copy color: '#F58085'

red 245 ◦ green 128 ◦ blue 133

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

Shades of Carissma #F58085

Tints of Carissma #F58085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 48.42%
G = 25.3%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F58085 (or 0xF58085) is known color: Carissma. HEX triplet: F5, 80 and 85. RGB value is (245,128,133). Sum of RGB (Red+Green+Blue) = 245+128+133=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F58085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58085 is #0A7F7A. Grayscale: #A3A3A3. Windows color (decimal): -687995 or 8749301. OLE color: 8749301.

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

Color convert

RGB 245 128 133 -
CMYK 0 0.48 0.46 0.04
HSL 357.44º 0.85% 0.73% -
HSV(B) 357.44º 0.48% 0.96% -
XYZ 49.61 36.54 26.63 -
YUV 163.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 245 128 133 0 0.48 0.46 0.04 357.44 0.85 0.73
Hex F5 80 85 0 30 2E 4 165 55 49
Octal 365 200 205 0 60 56 4 545 125 111
Binary 11110101 10000000 10000101 0 110000 101110 100 101100101 1010101 1001001

Color Harmonies of #F58085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58085

Black with #F58085

Text Example


Text Example

White with #F58085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58085; }

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

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

background-color css

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

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

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

border-color css

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

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

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