Html Css Color HEX #F08FFD Violet

📋 copy color: '#F08FFD'

red 240 ◦ green 143 ◦ blue 253

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

Shades of Violet #F08FFD

Tints of Violet #F08FFD

RGB

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

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

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

R = 37.74%
G = 22.48%
B = 39.78%

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

#F08FFD (or 0xF08FFD) is known color: Violet. HEX triplet: F0, 8F and FD. RGB value is (240,143,253). Sum of RGB (Red+Green+Blue) = 240+143+253=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #F08FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FFD is #0F7002. Grayscale: #B8B8B8. Windows color (decimal): -1011715 or 16617456. OLE color: 16617456.

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

Color convert

RGB 240 143 253 -
CMYK 0.05 0.43 0 0.01
HSL 292.91º 0.96% 0.78% -
HSV(B) 292.91º 0.43% 0.99% -
XYZ 63.49 45.26 98.32 -
YUV 184.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 240 143 253 0.05 0.43 0 0.01 292.91 0.96 0.78
Hex F0 8F FD 5 2B 0 1 125 60 4E
Octal 360 217 375 5 53 0 1 445 140 116
Binary 11110000 10001111 11111101 101 101011 0 1 100100101 1100000 1001110

Color Harmonies of #F08FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FFD

Black with #F08FFD

Text Example


Text Example

White with #F08FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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