Html Css Color HEX #F68085 Carissma

📋 copy color: '#F68085'

red 246 ◦ green 128 ◦ blue 133

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

Shades of Carissma #F68085

Tints of Carissma #F68085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 48.52%
G = 25.25%
B = 26.23%

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

#F68085 (or 0xF68085) is known color: Carissma. HEX triplet: F6, 80 and 85. RGB value is (246,128,133). Sum of RGB (Red+Green+Blue) = 246+128+133=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F68085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68085 is #097F7A. Grayscale: #A3A3A3. Windows color (decimal): -622459 or 8749302. OLE color: 8749302.

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

Color convert

RGB 246 128 133 -
CMYK 0 0.48 0.46 0.04
HSL 357.46º 0.87% 0.73% -
HSV(B) 357.46º 0.48% 0.96% -
XYZ 49.96 36.72 26.65 -
YUV 163.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 246 128 133 0 0.48 0.46 0.04 357.46 0.87 0.73
Hex F6 80 85 0 30 2E 4 165 57 49
Octal 366 200 205 0 60 56 4 545 127 111
Binary 11110110 10000000 10000101 0 110000 101110 100 101100101 1010111 1001001

Color Harmonies of #F68085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68085

Black with #F68085

Text Example


Text Example

White with #F68085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68085; }

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

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

background-color css

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

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

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

border-color css

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

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

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