Html Css Color HEX #F0828D Carissma

📋 copy color: '#F0828D'

red 240 ◦ green 130 ◦ blue 141

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

Shades of Carissma #F0828D

Tints of Carissma #F0828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.59%

R = 46.97%
G = 25.44%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0828D (or 0xF0828D) is known color: Carissma. HEX triplet: F0, 82 and 8D. RGB value is (240,130,141). Sum of RGB (Red+Green+Blue) = 240+130+141=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0828D is #0F7D72. Grayscale: #A4A4A4. Windows color (decimal): -1015155 or 9274096. OLE color: 9274096.

HSL color Cylindrical-coordinate representation of color #F0828D: hue angle of 354º 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 #F0828D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 141 -
CMYK 0 0.46 0.41 0.06
HSL 354º 0.79% 0.73% -
HSV(B) 354º 0.46% 0.94% -
XYZ 48.73 36.41 29.66 -
YUV 164.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 240 130 141 0 0.46 0.41 0.06 354 0.79 0.73
Hex F0 82 8D 0 2E 29 6 162 4F 49
Octal 360 202 215 0 56 51 6 542 117 111
Binary 11110000 10000010 10001101 0 101110 101001 110 101100010 1001111 1001001

Color Harmonies of #F0828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0828D

Black with #F0828D

Text Example


Text Example

White with #F0828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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