Html Css Color HEX #F68BF0 Violet

📋 copy color: '#F68BF0'

red 246 ◦ green 139 ◦ blue 240

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

Shades of Violet #F68BF0

Tints of Violet #F68BF0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.24%

 BLUE value IS 240 (94.14% from 255) = 38.4%

R = 39.36%
G = 22.24%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F68BF0 (or 0xF68BF0) is known color: Violet. HEX triplet: F6, 8B and F0. RGB value is (246,139,240). Sum of RGB (Red+Green+Blue) = 246+139+240=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68BF0 is #09740F. Grayscale: #B6B6B6. Windows color (decimal): -619536 or 15764470. OLE color: 15764470.

HSL color Cylindrical-coordinate representation of color #F68BF0: hue angle of 303.36º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BF0 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 139 240 -
CMYK 0 0.43 0.02 0.04
HSL 303.36º 0.86% 0.75% -
HSV(B) 303.36º 0.43% 0.96% -
XYZ 62.97 44.35 87.68 -
YUV 182.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 246 139 240 0 0.43 0.02 0.04 303.36 0.86 0.75
Hex F6 8B F0 0 2B 2 4 12F 56 4B
Octal 366 213 360 0 53 2 4 457 126 113
Binary 11110110 10001011 11110000 0 101011 10 100 100101111 1010110 1001011

Color Harmonies of #F68BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BF0

Black with #F68BF0

Text Example


Text Example

White with #F68BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BF0; }

 p { color: rgb(246,139,240); }

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

background-color css

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

 a { background-color: rgb(246,139,240); }

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

border-color css

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

 span { border-color: rgb(246,139,240); }

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