Html Css Color HEX #F6808F Carissma

📋 copy color: '#F6808F'

red 246 ◦ green 128 ◦ blue 143

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

Shades of Carissma #F6808F

Tints of Carissma #F6808F

RGB

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

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

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

R = 47.58%
G = 24.76%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6808F (or 0xF6808F) is known color: Carissma. HEX triplet: F6, 80 and 8F. RGB value is (246,128,143). Sum of RGB (Red+Green+Blue) = 246+128+143=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6808F is #097F70. Grayscale: #A5A5A5. Windows color (decimal): -622449 or 9404662. OLE color: 9404662.

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

Color convert

RGB 246 128 143 -
CMYK 0 0.48 0.42 0.04
HSL 352.37º 0.87% 0.73% -
HSV(B) 352.37º 0.48% 0.96% -
XYZ 50.68 37.01 30.46 -
YUV 164.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 246 128 143 0 0.48 0.42 0.04 352.37 0.87 0.73
Hex F6 80 8F 0 30 2A 4 160 57 49
Octal 366 200 217 0 60 52 4 540 127 111
Binary 11110110 10000000 10001111 0 110000 101010 100 101100000 1010111 1001001

Color Harmonies of #F6808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6808F

Black with #F6808F

Text Example


Text Example

White with #F6808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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