Html Css Color HEX #F08CFD Violet

📋 copy color: '#F08CFD'

red 240 ◦ green 140 ◦ blue 253

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

Shades of Violet #F08CFD

Tints of Violet #F08CFD

RGB

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

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

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

R = 37.91%
G = 22.12%
B = 39.97%

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

#F08CFD (or 0xF08CFD) is known color: Violet. HEX triplet: F0, 8C and FD. RGB value is (240,140,253). Sum of RGB (Red+Green+Blue) = 240+140+253=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #F08CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CFD is #0F7302. Grayscale: #B6B6B6. Windows color (decimal): -1012483 or 16616688. OLE color: 16616688.

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

Color convert

RGB 240 140 253 -
CMYK 0.05 0.45 0 0.01
HSL 293.1º 0.97% 0.77% -
HSV(B) 293.1º 0.45% 0.99% -
XYZ 63.04 44.37 98.17 -
YUV 182.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 240 140 253 0.05 0.45 0 0.01 293.1 0.97 0.77
Hex F0 8C FD 5 2D 0 1 125 61 4D
Octal 360 214 375 5 55 0 1 445 141 115
Binary 11110000 10001100 11111101 101 101101 0 1 100100101 1100001 1001101

Color Harmonies of #F08CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CFD

Black with #F08CFD

Text Example


Text Example

White with #F08CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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