Html Css Color HEX #F58289 Carissma

📋 copy color: '#F58289'

red 245 ◦ green 130 ◦ blue 137

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

Shades of Carissma #F58289

Tints of Carissma #F58289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.76%

R = 47.85%
G = 25.39%
B = 26.76%

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

#F58289 (or 0xF58289) is known color: Carissma. HEX triplet: F5, 82 and 89. RGB value is (245,130,137). Sum of RGB (Red+Green+Blue) = 245+130+137=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F58289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58289 is #0A7D76. Grayscale: #A5A5A5. Windows color (decimal): -687479 or 9011957. OLE color: 9011957.

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

Color convert

RGB 245 130 137 -
CMYK 0 0.47 0.44 0.04
HSL 356.35º 0.85% 0.74% -
HSV(B) 356.35º 0.47% 0.96% -
XYZ 50.15 37.18 28.2 -
YUV 165.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 245 130 137 0 0.47 0.44 0.04 356.35 0.85 0.74
Hex F5 82 89 0 2F 2C 4 164 55 4A
Octal 365 202 211 0 57 54 4 544 125 112
Binary 11110101 10000010 10001001 0 101111 101100 100 101100100 1010101 1001010

Color Harmonies of #F58289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58289

Black with #F58289

Text Example


Text Example

White with #F58289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58289; }

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

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

background-color css

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

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

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

border-color css

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

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

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