Html Css Color HEX #F08FFA Violet

📋 copy color: '#F08FFA'

red 240 ◦ green 143 ◦ blue 250

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

Shades of Violet #F08FFA

Tints of Violet #F08FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.59%

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 37.91%
G = 22.59%
B = 39.49%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F08FFA (or 0xF08FFA) is known color: Violet. HEX triplet: F0, 8F and FA. RGB value is (240,143,250). Sum of RGB (Red+Green+Blue) = 240+143+250=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 143 (56.25% from 255 or 22.59% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #F08FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FFA is #0F7005. Grayscale: #B7B7B7. Windows color (decimal): -1011718 or 16420848. OLE color: 16420848.

HSL color Cylindrical-coordinate representation of color #F08FFA: hue angle of 294.39º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08FFA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 143 250 -
CMYK 0.04 0.43 0 0.02
HSL 294.39º 0.91% 0.77% -
HSV(B) 294.39º 0.43% 0.98% -
XYZ 63.01 45.07 95.82 -
YUV 184.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 240 143 250 0.04 0.43 0 0.02 294.39 0.91 0.77
Hex F0 8F FA 4 2B 0 2 126 5B 4D
Octal 360 217 372 4 53 0 2 446 133 115
Binary 11110000 10001111 11111010 100 101011 0 10 100100110 1011011 1001101

Color Harmonies of #F08FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FFA

Black with #F08FFA

Text Example


Text Example

White with #F08FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FFA; }

 p { color: rgb(240,143,250); }

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

background-color css

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

 a { background-color: rgb(240,143,250); }

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

border-color css

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

 span { border-color: rgb(240,143,250); }

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