Html Css Color HEX #F69AFD Violet

📋 copy color: '#F69AFD'

red 246 ◦ green 154 ◦ blue 253

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

Shades of Violet #F69AFD

Tints of Violet #F69AFD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 23.58%

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

R = 37.67%
G = 23.58%
B = 38.74%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F69AFD (or 0xF69AFD) is known color: Violet. HEX triplet: F6, 9A and FD. RGB value is (246,154,253). Sum of RGB (Red+Green+Blue) = 246+154+253=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 154 (60.55% from 255 or 23.58% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #F69AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69AFD is #096502. Grayscale: #C0C0C0. Windows color (decimal): -615683 or 16620278. OLE color: 16620278.

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

Color convert

RGB 246 154 253 -
CMYK 0.03 0.39 0 0.01
HSL 295.76º 0.96% 0.8% -
HSV(B) 295.76º 0.39% 0.99% -
XYZ 67.29 49.8 98.99 -
YUV 192.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 246 154 253 0.03 0.39 0 0.01 295.76 0.96 0.8
Hex F6 9A FD 3 27 0 1 128 60 50
Octal 366 232 375 3 47 0 1 450 140 120
Binary 11110110 10011010 11111101 11 100111 0 1 100101000 1100000 1010000

Color Harmonies of #F69AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69AFD

Black with #F69AFD

Text Example


Text Example

White with #F69AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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