Html Css Color HEX #F68198 Carissma

📋 copy color: '#F68198'

red 246 ◦ green 129 ◦ blue 152

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

Shades of Carissma #F68198

Tints of Carissma #F68198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 46.68%
G = 24.48%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F68198 (or 0xF68198) is known color: Carissma. HEX triplet: F6, 81 and 98. RGB value is (246,129,152). Sum of RGB (Red+Green+Blue) = 246+129+152=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F68198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68198 is #097E67. Grayscale: #A6A6A6. Windows color (decimal): -622184 or 9994742. OLE color: 9994742.

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

Color convert

RGB 246 129 152 -
CMYK 0 0.48 0.38 0.04
HSL 348.21º 0.87% 0.74% -
HSV(B) 348.21º 0.48% 0.96% -
XYZ 51.52 37.56 34.24 -
YUV 166.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 246 129 152 0 0.48 0.38 0.04 348.21 0.87 0.74
Hex F6 81 98 0 30 26 4 15C 57 4A
Octal 366 201 230 0 60 46 4 534 127 112
Binary 11110110 10000001 10011000 0 110000 100110 100 101011100 1010111 1001010

Color Harmonies of #F68198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68198

Black with #F68198

Text Example


Text Example

White with #F68198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68198; }

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

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

background-color css

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

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

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

border-color css

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

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

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