Html Css Color HEX #F68293 Carissma

📋 copy color: '#F68293'

red 246 ◦ green 130 ◦ blue 147

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

Shades of Carissma #F68293

Tints of Carissma #F68293

RGB

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

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

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

R = 47.04%
G = 24.86%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F68293 (or 0xF68293) is known color: Carissma. HEX triplet: F6, 82 and 93. RGB value is (246,130,147). Sum of RGB (Red+Green+Blue) = 246+130+147=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F68293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68293 is #097D6C. Grayscale: #A6A6A6. Windows color (decimal): -621933 or 9667318. OLE color: 9667318.

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

Color convert

RGB 246 130 147 -
CMYK 0 0.47 0.40 0.04
HSL 351.21º 0.87% 0.74% -
HSV(B) 351.21º 0.47% 0.96% -
XYZ 51.26 37.66 32.17 -
YUV 166.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 246 130 147 0 0.47 0.40 0.04 351.21 0.87 0.74
Hex F6 82 93 0 2F 28 4 15F 57 4A
Octal 366 202 223 0 57 50 4 537 127 112
Binary 11110110 10000010 10010011 0 101111 101000 100 101011111 1010111 1001010

Color Harmonies of #F68293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68293

Black with #F68293

Text Example


Text Example

White with #F68293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68293; }

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

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

background-color css

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

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

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

border-color css

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

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

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