Html Css Color HEX #F68192 Carissma

📋 copy color: '#F68192'

red 246 ◦ green 129 ◦ blue 146

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

Shades of Carissma #F68192

Tints of Carissma #F68192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.02%

R = 47.22%
G = 24.76%
B = 28.02%

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

#F68192 (or 0xF68192) is known color: Carissma. HEX triplet: F6, 81 and 92. RGB value is (246,129,146). Sum of RGB (Red+Green+Blue) = 246+129+146=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F68192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68192 is #097E6D. Grayscale: #A5A5A5. Windows color (decimal): -622190 or 9601526. OLE color: 9601526.

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

Color convert

RGB 246 129 146 -
CMYK 0 0.48 0.41 0.04
HSL 351.28º 0.87% 0.74% -
HSV(B) 351.28º 0.48% 0.96% -
XYZ 51.04 37.37 31.72 -
YUV 165.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 246 129 146 0 0.48 0.41 0.04 351.28 0.87 0.74
Hex F6 81 92 0 30 29 4 15F 57 4A
Octal 366 201 222 0 60 51 4 537 127 112
Binary 11110110 10000001 10010010 0 110000 101001 100 101011111 1010111 1001010

Color Harmonies of #F68192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68192

Black with #F68192

Text Example


Text Example

White with #F68192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68192; }

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

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

background-color css

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

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

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

border-color css

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

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

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