Html Css Color HEX #F08FFC Violet

📋 copy color: '#F08FFC'

red 240 ◦ green 143 ◦ blue 252

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

Shades of Violet #F08FFC

Tints of Violet #F08FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.69%

R = 37.8%
G = 22.52%
B = 39.69%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F08FFC (or 0xF08FFC) is known color: Violet. HEX triplet: F0, 8F and FC. RGB value is (240,143,252). Sum of RGB (Red+Green+Blue) = 240+143+252=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #F08FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FFC is #0F7003. Grayscale: #B8B8B8. Windows color (decimal): -1011716 or 16551920. OLE color: 16551920.

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

Color convert

RGB 240 143 252 -
CMYK 0.05 0.43 0 0.01
HSL 293.39º 0.95% 0.77% -
HSV(B) 293.39º 0.43% 0.99% -
XYZ 63.33 45.2 97.48 -
YUV 184.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 240 143 252 0.05 0.43 0 0.01 293.39 0.95 0.77
Hex F0 8F FC 5 2B 0 1 125 5F 4D
Octal 360 217 374 5 53 0 1 445 137 115
Binary 11110000 10001111 11111100 101 101011 0 1 100100101 1011111 1001101

Color Harmonies of #F08FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FFC

Black with #F08FFC

Text Example


Text Example

White with #F08FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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