Html Css Color HEX #F68091 Carissma

📋 copy color: '#F68091'

red 246 ◦ green 128 ◦ blue 145

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

Shades of Carissma #F68091

Tints of Carissma #F68091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 47.4%
G = 24.66%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F68091 (or 0xF68091) is known color: Carissma. HEX triplet: F6, 80 and 91. RGB value is (246,128,145). Sum of RGB (Red+Green+Blue) = 246+128+145=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F68091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68091 is #097F6E. Grayscale: #A5A5A5. Windows color (decimal): -622447 or 9535734. OLE color: 9535734.

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

Color convert

RGB 246 128 145 -
CMYK 0 0.48 0.41 0.04
HSL 351.36º 0.87% 0.73% -
HSV(B) 351.36º 0.48% 0.96% -
XYZ 50.84 37.08 31.27 -
YUV 165.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 246 128 145 0 0.48 0.41 0.04 351.36 0.87 0.73
Hex F6 80 91 0 30 29 4 15F 57 49
Octal 366 200 221 0 60 51 4 537 127 111
Binary 11110110 10000000 10010001 0 110000 101001 100 101011111 1010111 1001001

Color Harmonies of #F68091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68091

Black with #F68091

Text Example


Text Example

White with #F68091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68091; }

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

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

background-color css

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

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

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

border-color css

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

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

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