Html Css Color HEX #F0828F Carissma

📋 copy color: '#F0828F'

red 240 ◦ green 130 ◦ blue 143

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

Shades of Carissma #F0828F

Tints of Carissma #F0828F

RGB

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

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

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

R = 46.78%
G = 25.34%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0828F (or 0xF0828F) is known color: Carissma. HEX triplet: F0, 82 and 8F. RGB value is (240,130,143). Sum of RGB (Red+Green+Blue) = 240+130+143=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0828F is #0F7D70. Grayscale: #A4A4A4. Windows color (decimal): -1015153 or 9405168. OLE color: 9405168.

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

Color convert

RGB 240 130 143 -
CMYK 0 0.46 0.40 0.06
HSL 352.91º 0.79% 0.73% -
HSV(B) 352.91º 0.46% 0.94% -
XYZ 48.88 36.47 30.45 -
YUV 164.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 240 130 143 0 0.46 0.40 0.06 352.91 0.79 0.73
Hex F0 82 8F 0 2E 28 6 161 4F 49
Octal 360 202 217 0 56 50 6 541 117 111
Binary 11110000 10000010 10001111 0 101110 101000 110 101100001 1001111 1001001

Color Harmonies of #F0828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0828F

Black with #F0828F

Text Example


Text Example

White with #F0828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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