Html Css Color HEX #F68CFD Violet

📋 copy color: '#F68CFD'

red 246 ◦ green 140 ◦ blue 253

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

Shades of Violet #F68CFD

Tints of Violet #F68CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.91%

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

R = 38.5%
G = 21.91%
B = 39.59%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F68CFD (or 0xF68CFD) is known color: Violet. HEX triplet: F6, 8C and FD. RGB value is (246,140,253). Sum of RGB (Red+Green+Blue) = 246+140+253=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 140 (55.08% from 255 or 21.91% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #F68CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CFD is #097302. Grayscale: #B8B8B8. Windows color (decimal): -619267 or 16616694. OLE color: 16616694.

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

Color convert

RGB 246 140 253 -
CMYK 0.03 0.45 0 0.01
HSL 296.28º 0.97% 0.77% -
HSV(B) 296.28º 0.45% 0.99% -
XYZ 65.11 45.44 98.27 -
YUV 184.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 246 140 253 0.03 0.45 0 0.01 296.28 0.97 0.77
Hex F6 8C FD 3 2D 0 1 128 61 4D
Octal 366 214 375 3 55 0 1 450 141 115
Binary 11110110 10001100 11111101 11 101101 0 1 100101000 1100001 1001101

Color Harmonies of #F68CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CFD

Black with #F68CFD

Text Example


Text Example

White with #F68CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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