Html Css Color HEX #F58287 Carissma

📋 copy color: '#F58287'

red 245 ◦ green 130 ◦ blue 135

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

Shades of Carissma #F58287

Tints of Carissma #F58287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.49%

 BLUE value IS 135 (53.13% from 255) = 26.47%

R = 48.04%
G = 25.49%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F58287 (or 0xF58287) is known color: Carissma. HEX triplet: F5, 82 and 87. RGB value is (245,130,135). Sum of RGB (Red+Green+Blue) = 245+130+135=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F58287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58287 is #0A7D78. Grayscale: #A5A5A5. Windows color (decimal): -687481 or 8880885. OLE color: 8880885.

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

Color convert

RGB 245 130 135 -
CMYK 0 0.47 0.45 0.04
HSL 357.39º 0.85% 0.74% -
HSV(B) 357.39º 0.47% 0.96% -
XYZ 50.01 37.13 27.45 -
YUV 164.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 245 130 135 0 0.47 0.45 0.04 357.39 0.85 0.74
Hex F5 82 87 0 2F 2D 4 165 55 4A
Octal 365 202 207 0 57 55 4 545 125 112
Binary 11110101 10000010 10000111 0 101111 101101 100 101100101 1010101 1001010

Color Harmonies of #F58287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58287

Black with #F58287

Text Example


Text Example

White with #F58287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58287; }

 p { color: rgb(245,130,135); }

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

background-color css

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

 a { background-color: rgb(245,130,135); }

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

border-color css

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

 span { border-color: rgb(245,130,135); }

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