Html Css Color HEX #F68294 Carissma

📋 copy color: '#F68294'

red 246 ◦ green 130 ◦ blue 148

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

Shades of Carissma #F68294

Tints of Carissma #F68294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 46.95%
G = 24.81%
B = 28.24%

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

#F68294 (or 0xF68294) is known color: Carissma. HEX triplet: F6, 82 and 94. RGB value is (246,130,148). Sum of RGB (Red+Green+Blue) = 246+130+148=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F68294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68294 is #097D6B. Grayscale: #A6A6A6. Windows color (decimal): -621932 or 9732854. OLE color: 9732854.

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

Color convert

RGB 246 130 148 -
CMYK 0 0.47 0.40 0.04
HSL 350.69º 0.87% 0.74% -
HSV(B) 350.69º 0.47% 0.96% -
XYZ 51.33 37.7 32.59 -
YUV 166.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 246 130 148 0 0.47 0.40 0.04 350.69 0.87 0.74
Hex F6 82 94 0 2F 28 4 15F 57 4A
Octal 366 202 224 0 57 50 4 537 127 112
Binary 11110110 10000010 10010100 0 101111 101000 100 101011111 1010111 1001010

Color Harmonies of #F68294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68294

Black with #F68294

Text Example


Text Example

White with #F68294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68294; }

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

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

background-color css

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

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

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

border-color css

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

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

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