Html Css Color HEX #F68093 Carissma

📋 copy color: '#F68093'

red 246 ◦ green 128 ◦ blue 147

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

Shades of Carissma #F68093

Tints of Carissma #F68093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 47.22%
G = 24.57%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F68093 (or 0xF68093) is known color: Carissma. HEX triplet: F6, 80 and 93. RGB value is (246,128,147). Sum of RGB (Red+Green+Blue) = 246+128+147=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F68093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68093 is #097F6C. Grayscale: #A5A5A5. Windows color (decimal): -622445 or 9666806. OLE color: 9666806.

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

Color convert

RGB 246 128 147 -
CMYK 0 0.48 0.40 0.04
HSL 350.34º 0.87% 0.73% -
HSV(B) 350.34º 0.48% 0.96% -
XYZ 50.99 37.14 32.08 -
YUV 165.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 246 128 147 0 0.48 0.40 0.04 350.34 0.87 0.73
Hex F6 80 93 0 30 28 4 15E 57 49
Octal 366 200 223 0 60 50 4 536 127 111
Binary 11110110 10000000 10010011 0 110000 101000 100 101011110 1010111 1001001

Color Harmonies of #F68093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68093

Black with #F68093

Text Example


Text Example

White with #F68093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68093; }

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

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

background-color css

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

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

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

border-color css

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

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

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