Html Css Color HEX #F08CFC Violet

📋 copy color: '#F08CFC'

red 240 ◦ green 140 ◦ blue 252

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

Shades of Violet #F08CFC

Tints of Violet #F08CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.15%

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

R = 37.97%
G = 22.15%
B = 39.87%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F08CFC (or 0xF08CFC) is known color: Violet. HEX triplet: F0, 8C and FC. RGB value is (240,140,252). Sum of RGB (Red+Green+Blue) = 240+140+252=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #F08CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CFC is #0F7303. Grayscale: #B6B6B6. Windows color (decimal): -1012484 or 16551152. OLE color: 16551152.

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

Color convert

RGB 240 140 252 -
CMYK 0.05 0.44 0 0.01
HSL 293.57º 0.95% 0.77% -
HSV(B) 293.57º 0.44% 0.99% -
XYZ 62.88 44.31 97.33 -
YUV 182.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 240 140 252 0.05 0.44 0 0.01 293.57 0.95 0.77
Hex F0 8C FC 5 2C 0 1 126 5F 4D
Octal 360 214 374 5 54 0 1 446 137 115
Binary 11110000 10001100 11111100 101 101100 0 1 100100110 1011111 1001101

Color Harmonies of #F08CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CFC

Black with #F08CFC

Text Example


Text Example

White with #F08CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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