Html Css Color HEX #F68297 Carissma

📋 copy color: '#F68297'

red 246 ◦ green 130 ◦ blue 151

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

Shades of Carissma #F68297

Tints of Carissma #F68297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.65%

R = 46.68%
G = 24.67%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F68297 (or 0xF68297) is known color: Carissma. HEX triplet: F6, 82 and 97. RGB value is (246,130,151). Sum of RGB (Red+Green+Blue) = 246+130+151=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F68297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68297 is #097D68. Grayscale: #A7A7A7. Windows color (decimal): -621929 or 9929462. OLE color: 9929462.

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

Color convert

RGB 246 130 151 -
CMYK 0 0.47 0.39 0.04
HSL 349.14º 0.87% 0.74% -
HSV(B) 349.14º 0.47% 0.96% -
XYZ 51.57 37.79 33.85 -
YUV 167.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 246 130 151 0 0.47 0.39 0.04 349.14 0.87 0.74
Hex F6 82 97 0 2F 27 4 15D 57 4A
Octal 366 202 227 0 57 47 4 535 127 112
Binary 11110110 10000010 10010111 0 101111 100111 100 101011101 1010111 1001010

Color Harmonies of #F68297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68297

Black with #F68297

Text Example


Text Example

White with #F68297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68297; }

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

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

background-color css

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

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

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

border-color css

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

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

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