Html Css Color HEX #F68084 Carissma

📋 copy color: '#F68084'

red 246 ◦ green 128 ◦ blue 132

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

Shades of Carissma #F68084

Tints of Carissma #F68084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.09%

R = 48.62%
G = 25.3%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F68084 (or 0xF68084) is known color: Carissma. HEX triplet: F6, 80 and 84. RGB value is (246,128,132). Sum of RGB (Red+Green+Blue) = 246+128+132=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F68084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68084 is #097F7B. Grayscale: #A3A3A3. Windows color (decimal): -622460 or 8683766. OLE color: 8683766.

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

Color convert

RGB 246 128 132 -
CMYK 0 0.48 0.46 0.04
HSL 357.97º 0.87% 0.73% -
HSV(B) 357.97º 0.48% 0.96% -
XYZ 49.89 36.7 26.28 -
YUV 163.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 246 128 132 0 0.48 0.46 0.04 357.97 0.87 0.73
Hex F6 80 84 0 30 2E 4 166 57 49
Octal 366 200 204 0 60 56 4 546 127 111
Binary 11110110 10000000 10000100 0 110000 101110 100 101100110 1010111 1001001

Color Harmonies of #F68084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68084

Black with #F68084

Text Example


Text Example

White with #F68084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68084; }

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

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

background-color css

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

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

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

border-color css

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

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

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