Html Css Color HEX #F58288 Carissma

📋 copy color: '#F58288'

red 245 ◦ green 130 ◦ blue 136

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

Shades of Carissma #F58288

Tints of Carissma #F58288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 47.95%
G = 25.44%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F58288 (or 0xF58288) is known color: Carissma. HEX triplet: F5, 82 and 88. RGB value is (245,130,136). Sum of RGB (Red+Green+Blue) = 245+130+136=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F58288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58288 is #0A7D77. Grayscale: #A5A5A5. Windows color (decimal): -687480 or 8946421. OLE color: 8946421.

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

Color convert

RGB 245 130 136 -
CMYK 0 0.47 0.44 0.04
HSL 356.87º 0.85% 0.74% -
HSV(B) 356.87º 0.47% 0.96% -
XYZ 50.08 37.16 27.82 -
YUV 165.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 245 130 136 0 0.47 0.44 0.04 356.87 0.85 0.74
Hex F5 82 88 0 2F 2C 4 165 55 4A
Octal 365 202 210 0 57 54 4 545 125 112
Binary 11110101 10000010 10001000 0 101111 101100 100 101100101 1010101 1001010

Color Harmonies of #F58288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58288

Black with #F58288

Text Example


Text Example

White with #F58288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58288; }

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

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

background-color css

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

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

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

border-color css

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

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

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