Html Css Color HEX #F58198 Carissma

📋 copy color: '#F58198'

red 245 ◦ green 129 ◦ blue 152

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

Shades of Carissma #F58198

Tints of Carissma #F58198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.52%

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

R = 46.58%
G = 24.52%
B = 28.9%

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

#F58198 (or 0xF58198) is known color: Carissma. HEX triplet: F5, 81 and 98. RGB value is (245,129,152). Sum of RGB (Red+Green+Blue) = 245+129+152=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F58198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58198 is #0A7E67. Grayscale: #A6A6A6. Windows color (decimal): -687720 or 9994741. OLE color: 9994741.

HSL color Cylindrical-coordinate representation of color #F58198: hue angle of 348.1º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58198 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 152 -
CMYK 0 0.47 0.38 0.04
HSL 348.1º 0.85% 0.73% -
HSV(B) 348.1º 0.47% 0.96% -
XYZ 51.17 37.38 34.22 -
YUV 166.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 245 129 152 0 0.47 0.38 0.04 348.1 0.85 0.73
Hex F5 81 98 0 2F 26 4 15C 55 49
Octal 365 201 230 0 57 46 4 534 125 111
Binary 11110101 10000001 10011000 0 101111 100110 100 101011100 1010101 1001001

Color Harmonies of #F58198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58198

Black with #F58198

Text Example


Text Example

White with #F58198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58198; }

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

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

background-color css

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

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

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

border-color css

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

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

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