Html Css Color HEX #F58298 Carissma

📋 copy color: '#F58298'

red 245 ◦ green 130 ◦ blue 152

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

Shades of Carissma #F58298

Tints of Carissma #F58298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 46.49%
G = 24.67%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F58298 (or 0xF58298) is known color: Carissma. HEX triplet: F5, 82 and 98. RGB value is (245,130,152). Sum of RGB (Red+Green+Blue) = 245+130+152=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F58298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58298 is #0A7D67. Grayscale: #A6A6A6. Windows color (decimal): -687464 or 9994997. OLE color: 9994997.

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

Color convert

RGB 245 130 152 -
CMYK 0 0.47 0.38 0.04
HSL 348.52º 0.85% 0.74% -
HSV(B) 348.52º 0.47% 0.96% -
XYZ 51.31 37.64 34.27 -
YUV 166.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 245 130 152 0 0.47 0.38 0.04 348.52 0.85 0.74
Hex F5 82 98 0 2F 26 4 15D 55 4A
Octal 365 202 230 0 57 46 4 535 125 112
Binary 11110101 10000010 10011000 0 101111 100110 100 101011101 1010101 1001010

Color Harmonies of #F58298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58298

Black with #F58298

Text Example


Text Example

White with #F58298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58298; }

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

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

background-color css

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

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

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

border-color css

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

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

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