Html Css Color HEX #F08AFF Violet

📋 copy color: '#F08AFF'

red 240 ◦ green 138 ◦ blue 255

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

Shades of Violet #F08AFF

Tints of Violet #F08AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.28%

R = 37.91%
G = 21.8%
B = 40.28%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F08AFF (or 0xF08AFF) is known color: Violet. HEX triplet: F0, 8A and FF. RGB value is (240,138,255). Sum of RGB (Red+Green+Blue) = 240+138+255=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #F08AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AFF is #0F7500. Grayscale: #B5B5B5. Windows color (decimal): -1012993 or 16747248. OLE color: 16747248.

HSL color Cylindrical-coordinate representation of color #F08AFF: hue angle of 292.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08AFF is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 138 255 -
CMYK 0.06 0.46 0 0
HSL 292.31º 1% 0.77% -
HSV(B) 292.31º 0.46% 1% -
XYZ 63.07 43.92 99.76 -
YUV 181.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 240 138 255 0.06 0.46 0 0 292.31 1 0.77
Hex F0 8A FF 6 2E 0 0 124 64 4D
Octal 360 212 377 6 56 0 0 444 144 115
Binary 11110000 10001010 11111111 110 101110 0 0 100100100 1100100 1001101

Color Harmonies of #F08AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08AFF

Black with #F08AFF

Text Example


Text Example

White with #F08AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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