Html Css Color HEX #F68FB4 Illusion

📋 copy color: '#F68FB4'

red 246 ◦ green 143 ◦ blue 180

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

Shades of Illusion #F68FB4

Tints of Illusion #F68FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.63%

R = 43.23%
G = 25.13%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F68FB4 (or 0xF68FB4) is known color: Illusion. HEX triplet: F6, 8F and B4. RGB value is (246,143,180). Sum of RGB (Red+Green+Blue) = 246+143+180=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FB4 is #09704B. Grayscale: #B1B1B1. Windows color (decimal): -618572 or 11833334. OLE color: 11833334.

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

Color convert

RGB 246 143 180 -
CMYK 0 0.42 0.27 0.04
HSL 338.45º 0.85% 0.76% -
HSV(B) 338.45º 0.42% 0.96% -
XYZ 56.07 42.53 48.43 -
YUV 178.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 246 143 180 0 0.42 0.27 0.04 338.45 0.85 0.76
Hex F6 8F B4 0 2A 1B 4 152 55 4C
Octal 366 217 264 0 52 33 4 522 125 114
Binary 11110110 10001111 10110100 0 101010 11011 100 101010010 1010101 1001100

Color Harmonies of #F68FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FB4

Black with #F68FB4

Text Example


Text Example

White with #F68FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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