Html Css Color HEX #F68088 Carissma

📋 copy color: '#F68088'

red 246 ◦ green 128 ◦ blue 136

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

Shades of Carissma #F68088

Tints of Carissma #F68088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.67%

R = 48.24%
G = 25.1%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F68088 (or 0xF68088) is known color: Carissma. HEX triplet: F6, 80 and 88. RGB value is (246,128,136). Sum of RGB (Red+Green+Blue) = 246+128+136=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F68088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68088 is #097F77. Grayscale: #A4A4A4. Windows color (decimal): -622456 or 8945910. OLE color: 8945910.

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

Color convert

RGB 246 128 136 -
CMYK 0 0.48 0.45 0.04
HSL 355.93º 0.87% 0.73% -
HSV(B) 355.93º 0.48% 0.96% -
XYZ 50.17 36.81 27.75 -
YUV 164.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 246 128 136 0 0.48 0.45 0.04 355.93 0.87 0.73
Hex F6 80 88 0 30 2D 4 164 57 49
Octal 366 200 210 0 60 55 4 544 127 111
Binary 11110110 10000000 10001000 0 110000 101101 100 101100100 1010111 1001001

Color Harmonies of #F68088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68088

Black with #F68088

Text Example


Text Example

White with #F68088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68088; }

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

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

background-color css

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

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

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

border-color css

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

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

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