Html Css Color HEX #F0828B Carissma

📋 copy color: '#F0828B'

red 240 ◦ green 130 ◦ blue 139

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

Shades of Carissma #F0828B

Tints of Carissma #F0828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 47.15%
G = 25.54%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0828B (or 0xF0828B) is known color: Carissma. HEX triplet: F0, 82 and 8B. RGB value is (240,130,139). Sum of RGB (Red+Green+Blue) = 240+130+139=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0828B is #0F7D74. Grayscale: #A3A3A3. Windows color (decimal): -1015157 or 9143024. OLE color: 9143024.

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

Color convert

RGB 240 130 139 -
CMYK 0 0.46 0.42 0.06
HSL 355.09º 0.79% 0.73% -
HSV(B) 355.09º 0.46% 0.94% -
XYZ 48.58 36.35 28.88 -
YUV 163.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 240 130 139 0 0.46 0.42 0.06 355.09 0.79 0.73
Hex F0 82 8B 0 2E 2A 6 163 4F 49
Octal 360 202 213 0 56 52 6 543 117 111
Binary 11110000 10000010 10001011 0 101110 101010 110 101100011 1001111 1001001

Color Harmonies of #F0828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0828B

Black with #F0828B

Text Example


Text Example

White with #F0828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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