Html Css Color HEX #F0829C Carissma

📋 copy color: '#F0829C'

red 240 ◦ green 130 ◦ blue 156

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

Shades of Carissma #F0829C

Tints of Carissma #F0829C

RGB

 RED value IS 240 (94.14% from 255) = 45.63%

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

 BLUE value IS 156 (61.33% from 255) = 29.66%

R = 45.63%
G = 24.71%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0829C (or 0xF0829C) is known color: Carissma. HEX triplet: F0, 82 and 9C. RGB value is (240,130,156). Sum of RGB (Red+Green+Blue) = 240+130+156=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0829C is #0F7D63. Grayscale: #A5A5A5. Windows color (decimal): -1015140 or 10257136. OLE color: 10257136.

HSL color Cylindrical-coordinate representation of color #F0829C: hue angle of 345.82º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0829C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 156 -
CMYK 0 0.46 0.35 0.06
HSL 345.82º 0.79% 0.73% -
HSV(B) 345.82º 0.46% 0.94% -
XYZ 49.92 36.89 35.94 -
YUV 165.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 240 130 156 0 0.46 0.35 0.06 345.82 0.79 0.73
Hex F0 82 9C 0 2E 23 6 15A 4F 49
Octal 360 202 234 0 56 43 6 532 117 111
Binary 11110000 10000010 10011100 0 101110 100011 110 101011010 1001111 1001001

Color Harmonies of #F0829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0829C

Black with #F0829C

Text Example


Text Example

White with #F0829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0829C; }

 p { color: rgb(240,130,156); }

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

background-color css

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

 a { background-color: rgb(240,130,156); }

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

border-color css

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

 span { border-color: rgb(240,130,156); }

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