Html Css Color HEX #F68083 Carissma

📋 copy color: '#F68083'

red 246 ◦ green 128 ◦ blue 131

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

Shades of Carissma #F68083

Tints of Carissma #F68083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 48.71%
G = 25.35%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F68083 (or 0xF68083) is known color: Carissma. HEX triplet: F6, 80 and 83. RGB value is (246,128,131). Sum of RGB (Red+Green+Blue) = 246+128+131=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68083 is #097F7C. Grayscale: #A3A3A3. Windows color (decimal): -622461 or 8618230. OLE color: 8618230.

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

Color convert

RGB 246 128 131 -
CMYK 0 0.48 0.47 0.04
HSL 358.47º 0.87% 0.73% -
HSV(B) 358.47º 0.48% 0.96% -
XYZ 49.82 36.67 25.92 -
YUV 163.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 246 128 131 0 0.48 0.47 0.04 358.47 0.87 0.73
Hex F6 80 83 0 30 2F 4 166 57 49
Octal 366 200 203 0 60 57 4 546 127 111
Binary 11110110 10000000 10000011 0 110000 101111 100 101100110 1010111 1001001

Color Harmonies of #F68083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68083

Black with #F68083

Text Example


Text Example

White with #F68083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68083; }

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

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

background-color css

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

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

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

border-color css

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

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

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