Html Css Color HEX #F08AFD Violet

📋 copy color: '#F08AFD'

red 240 ◦ green 138 ◦ blue 253

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

Shades of Violet #F08AFD

Tints of Violet #F08AFD

RGB

 RED value IS 240 (94.14% from 255) = 38.03%

 GREEN value IS 138 (54.3% from 255) = 21.87%

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

R = 38.03%
G = 21.87%
B = 40.1%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F08AFD (or 0xF08AFD) is known color: Violet. HEX triplet: F0, 8A and FD. RGB value is (240,138,253). Sum of RGB (Red+Green+Blue) = 240+138+253=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #F08AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AFD is #0F7502. Grayscale: #B5B5B5. Windows color (decimal): -1012995 or 16616176. OLE color: 16616176.

HSL color Cylindrical-coordinate representation of color #F08AFD: hue angle of 293.22º 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 #F08AFD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 138 253 -
CMYK 0.05 0.45 0 0.01
HSL 293.22º 0.97% 0.77% -
HSV(B) 293.22º 0.45% 0.99% -
XYZ 62.75 43.79 98.07 -
YUV 181.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 240 138 253 0.05 0.45 0 0.01 293.22 0.97 0.77
Hex F0 8A FD 5 2D 0 1 125 61 4D
Octal 360 212 375 5 55 0 1 445 141 115
Binary 11110000 10001010 11111101 101 101101 0 1 100100101 1100001 1001101

Color Harmonies of #F08AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08AFD

Black with #F08AFD

Text Example


Text Example

White with #F08AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08AFD; }

 p { color: rgb(240,138,253); }

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

background-color css

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

 a { background-color: rgb(240,138,253); }

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

border-color css

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

 span { border-color: rgb(240,138,253); }

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