Html Css Color HEX #F68DFD Violet

📋 copy color: '#F68DFD'

red 246 ◦ green 141 ◦ blue 253

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

Shades of Violet #F68DFD

Tints of Violet #F68DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.03%

 BLUE value IS 253 (99.22% from 255) = 39.53%

R = 38.44%
G = 22.03%
B = 39.53%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F68DFD (or 0xF68DFD) is known color: Violet. HEX triplet: F6, 8D and FD. RGB value is (246,141,253). Sum of RGB (Red+Green+Blue) = 246+141+253=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 141 (55.47% from 255 or 22.03% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #F68DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DFD is #097202. Grayscale: #B8B8B8. Windows color (decimal): -619011 or 16616950. OLE color: 16616950.

HSL color Cylindrical-coordinate representation of color #F68DFD: hue angle of 296.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68DFD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 141 253 -
CMYK 0.03 0.44 0 0.01
HSL 296.25º 0.97% 0.77% -
HSV(B) 296.25º 0.44% 0.99% -
XYZ 65.26 45.73 98.32 -
YUV 185.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 246 141 253 0.03 0.44 0 0.01 296.25 0.97 0.77
Hex F6 8D FD 3 2C 0 1 128 61 4D
Octal 366 215 375 3 54 0 1 450 141 115
Binary 11110110 10001101 11111101 11 101100 0 1 100101000 1100001 1001101

Color Harmonies of #F68DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68DFD

Black with #F68DFD

Text Example


Text Example

White with #F68DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68DFD; }

 p { color: rgb(246,141,253); }

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

background-color css

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

 a { background-color: rgb(246,141,253); }

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

border-color css

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

 span { border-color: rgb(246,141,253); }

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