Html Css Color HEX #F6808C Carissma

📋 copy color: '#F6808C'

red 246 ◦ green 128 ◦ blue 140

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

Shades of Carissma #F6808C

Tints of Carissma #F6808C

RGB

 RED value IS 246 (96.48% from 255) = 47.86%

 GREEN value IS 128 (50.39% from 255) = 24.9%

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 47.86%
G = 24.9%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6808C (or 0xF6808C) is known color: Carissma. HEX triplet: F6, 80 and 8C. RGB value is (246,128,140). Sum of RGB (Red+Green+Blue) = 246+128+140=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F6808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6808C is #097F73. Grayscale: #A4A4A4. Windows color (decimal): -622452 or 9208054. OLE color: 9208054.

HSL color Cylindrical-coordinate representation of color #F6808C: hue angle of 353.9º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6808C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 140 -
CMYK 0 0.48 0.43 0.04
HSL 353.9º 0.87% 0.73% -
HSV(B) 353.9º 0.48% 0.96% -
XYZ 50.46 36.92 29.28 -
YUV 164.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 246 128 140 0 0.48 0.43 0.04 353.9 0.87 0.73
Hex F6 80 8C 0 30 2B 4 162 57 49
Octal 366 200 214 0 60 53 4 542 127 111
Binary 11110110 10000000 10001100 0 110000 101011 100 101100010 1010111 1001001

Color Harmonies of #F6808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6808C

Black with #F6808C

Text Example


Text Example

White with #F6808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6808C; }

 p { color: rgb(246,128,140); }

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

background-color css

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

 a { background-color: rgb(246,128,140); }

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

border-color css

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

 span { border-color: rgb(246,128,140); }

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