Html Css Color HEX #F6768E Carissma

📋 copy color: '#F6768E'

red 246 ◦ green 118 ◦ blue 142

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

Shades of Carissma #F6768E

Tints of Carissma #F6768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.32%

 BLUE value IS 142 (55.86% from 255) = 28.06%

R = 48.62%
G = 23.32%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6768E (or 0xF6768E) is known color: Carissma. HEX triplet: F6, 76 and 8E. RGB value is (246,118,142). Sum of RGB (Red+Green+Blue) = 246+118+142=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6768E is #098971. Grayscale: #9F9F9F. Windows color (decimal): -625010 or 9336566. OLE color: 9336566.

HSL color Cylindrical-coordinate representation of color #F6768E: hue angle of 348.75º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6768E is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 118 142 -
CMYK 0 0.52 0.42 0.04
HSL 348.75º 0.88% 0.71% -
HSV(B) 348.75º 0.52% 0.96% -
XYZ 49.37 34.5 29.65 -
YUV 159.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 246 118 142 0 0.52 0.42 0.04 348.75 0.88 0.71
Hex F6 76 8E 0 34 2A 4 15D 58 47
Octal 366 166 216 0 64 52 4 535 130 107
Binary 11110110 1110110 10001110 0 110100 101010 100 101011101 1011000 1000111

Color Harmonies of #F6768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6768E

Black with #F6768E

Text Example


Text Example

White with #F6768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6768E; }

 p { color: rgb(246,118,142); }

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

background-color css

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

 a { background-color: rgb(246,118,142); }

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

border-color css

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

 span { border-color: rgb(246,118,142); }

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