Html Css Color HEX #F68FB0 Illusion

📋 copy color: '#F68FB0'

red 246 ◦ green 143 ◦ blue 176

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

Shades of Illusion #F68FB0

Tints of Illusion #F68FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.31%

 BLUE value IS 176 (69.14% from 255) = 31.15%

R = 43.54%
G = 25.31%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F68FB0 (or 0xF68FB0) is known color: Illusion. HEX triplet: F6, 8F and B0. RGB value is (246,143,176). Sum of RGB (Red+Green+Blue) = 246+143+176=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68FB0 is #09704F. Grayscale: #B1B1B1. Windows color (decimal): -618576 or 11571190. OLE color: 11571190.

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

Color convert

RGB 246 143 176 -
CMYK 0 0.42 0.28 0.04
HSL 340.78º 0.85% 0.76% -
HSV(B) 340.78º 0.42% 0.96% -
XYZ 55.66 42.37 46.32 -
YUV 177.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 246 143 176 0 0.42 0.28 0.04 340.78 0.85 0.76
Hex F6 8F B0 0 2A 1C 4 155 55 4C
Octal 366 217 260 0 52 34 4 525 125 114
Binary 11110110 10001111 10110000 0 101010 11100 100 101010101 1010101 1001100

Color Harmonies of #F68FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FB0

Black with #F68FB0

Text Example


Text Example

White with #F68FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FB0; }

 p { color: rgb(246,143,176); }

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

background-color css

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

 a { background-color: rgb(246,143,176); }

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

border-color css

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

 span { border-color: rgb(246,143,176); }

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