Html Css Color HEX #F68295 Carissma

📋 copy color: '#F68295'

red 246 ◦ green 130 ◦ blue 149

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

Shades of Carissma #F68295

Tints of Carissma #F68295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.38%

R = 46.86%
G = 24.76%
B = 28.38%

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

#F68295 (or 0xF68295) is known color: Carissma. HEX triplet: F6, 82 and 95. RGB value is (246,130,149). Sum of RGB (Red+Green+Blue) = 246+130+149=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F68295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68295 is #097D6A. Grayscale: #A6A6A6. Windows color (decimal): -621931 or 9798390. OLE color: 9798390.

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

Color convert

RGB 246 130 149 -
CMYK 0 0.47 0.39 0.04
HSL 350.17º 0.87% 0.74% -
HSV(B) 350.17º 0.47% 0.96% -
XYZ 51.41 37.73 33.01 -
YUV 166.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 246 130 149 0 0.47 0.39 0.04 350.17 0.87 0.74
Hex F6 82 95 0 2F 27 4 15E 57 4A
Octal 366 202 225 0 57 47 4 536 127 112
Binary 11110110 10000010 10010101 0 101111 100111 100 101011110 1010111 1001010

Color Harmonies of #F68295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68295

Black with #F68295

Text Example


Text Example

White with #F68295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68295; }

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

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

background-color css

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

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

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

border-color css

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

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

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