Html Css Color HEX #F68296 Carissma

📋 copy color: '#F68296'

red 246 ◦ green 130 ◦ blue 150

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

Shades of Carissma #F68296

Tints of Carissma #F68296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.71%

 BLUE value IS 150 (58.98% from 255) = 28.52%

R = 46.77%
G = 24.71%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F68296 (or 0xF68296) is known color: Carissma. HEX triplet: F6, 82 and 96. RGB value is (246,130,150). Sum of RGB (Red+Green+Blue) = 246+130+150=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F68296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68296 is #097D69. Grayscale: #A7A7A7. Windows color (decimal): -621930 or 9863926. OLE color: 9863926.

HSL color Cylindrical-coordinate representation of color #F68296: hue angle of 349.66º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68296 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 150 -
CMYK 0 0.47 0.39 0.04
HSL 349.66º 0.87% 0.74% -
HSV(B) 349.66º 0.47% 0.96% -
XYZ 51.49 37.76 33.43 -
YUV 166.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 246 130 150 0 0.47 0.39 0.04 349.66 0.87 0.74
Hex F6 82 96 0 2F 27 4 15E 57 4A
Octal 366 202 226 0 57 47 4 536 127 112
Binary 11110110 10000010 10010110 0 101111 100111 100 101011110 1010111 1001010

Color Harmonies of #F68296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68296

Black with #F68296

Text Example


Text Example

White with #F68296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68296; }

 p { color: rgb(246,130,150); }

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

background-color css

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

 a { background-color: rgb(246,130,150); }

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

border-color css

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

 span { border-color: rgb(246,130,150); }

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