Html Css Color HEX #F5828F Carissma

📋 copy color: '#F5828F'

red 245 ◦ green 130 ◦ blue 143

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

Shades of Carissma #F5828F

Tints of Carissma #F5828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 47.3%
G = 25.1%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5828F (or 0xF5828F) is known color: Carissma. HEX triplet: F5, 82 and 8F. RGB value is (245,130,143). Sum of RGB (Red+Green+Blue) = 245+130+143=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5828F is #0A7D70. Grayscale: #A5A5A5. Windows color (decimal): -687473 or 9405173. OLE color: 9405173.

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

Color convert

RGB 245 130 143 -
CMYK 0 0.47 0.42 0.04
HSL 353.22º 0.85% 0.74% -
HSV(B) 353.22º 0.47% 0.96% -
XYZ 50.6 37.36 30.53 -
YUV 165.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 245 130 143 0 0.47 0.42 0.04 353.22 0.85 0.74
Hex F5 82 8F 0 2F 2A 4 161 55 4A
Octal 365 202 217 0 57 52 4 541 125 112
Binary 11110101 10000010 10001111 0 101111 101010 100 101100001 1010101 1001010

Color Harmonies of #F5828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5828F

Black with #F5828F

Text Example


Text Example

White with #F5828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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