Html Css Color HEX #F68191 Carissma

📋 copy color: '#F68191'

red 246 ◦ green 129 ◦ blue 145

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

Shades of Carissma #F68191

Tints of Carissma #F68191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.88%

R = 47.31%
G = 24.81%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F68191 (or 0xF68191) is known color: Carissma. HEX triplet: F6, 81 and 91. RGB value is (246,129,145). Sum of RGB (Red+Green+Blue) = 246+129+145=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F68191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68191 is #097E6E. Grayscale: #A5A5A5. Windows color (decimal): -622191 or 9535990. OLE color: 9535990.

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

Color convert

RGB 246 129 145 -
CMYK 0 0.48 0.41 0.04
HSL 351.79º 0.87% 0.74% -
HSV(B) 351.79º 0.48% 0.96% -
XYZ 50.97 37.34 31.31 -
YUV 165.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 246 129 145 0 0.48 0.41 0.04 351.79 0.87 0.74
Hex F6 81 91 0 30 29 4 160 57 4A
Octal 366 201 221 0 60 51 4 540 127 112
Binary 11110110 10000001 10010001 0 110000 101001 100 101100000 1010111 1001010

Color Harmonies of #F68191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68191

Black with #F68191

Text Example


Text Example

White with #F68191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68191; }

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

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

background-color css

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

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

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

border-color css

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

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

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