Html Css Color HEX #F68194 Carissma

📋 copy color: '#F68194'

red 246 ◦ green 129 ◦ blue 148

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

Shades of Carissma #F68194

Tints of Carissma #F68194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.67%

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

R = 47.04%
G = 24.67%
B = 28.3%

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

#F68194 (or 0xF68194) is known color: Carissma. HEX triplet: F6, 81 and 94. RGB value is (246,129,148). Sum of RGB (Red+Green+Blue) = 246+129+148=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F68194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68194 is #097E6B. Grayscale: #A6A6A6. Windows color (decimal): -622188 or 9732598. OLE color: 9732598.

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

Color convert

RGB 246 129 148 -
CMYK 0 0.48 0.40 0.04
HSL 350.26º 0.87% 0.74% -
HSV(B) 350.26º 0.48% 0.96% -
XYZ 51.2 37.43 32.54 -
YUV 166.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 246 129 148 0 0.48 0.40 0.04 350.26 0.87 0.74
Hex F6 81 94 0 30 28 4 15E 57 4A
Octal 366 201 224 0 60 50 4 536 127 112
Binary 11110110 10000001 10010100 0 110000 101000 100 101011110 1010111 1001010

Color Harmonies of #F68194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68194

Black with #F68194

Text Example


Text Example

White with #F68194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68194; }

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

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

background-color css

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

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

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

border-color css

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

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

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