#F38AFD

Color #F38AFD Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F38AFD

Tints of Violet #F38AFD

Color information

#F38AFD (or 0xF38AFD) is unknown color: approx Violet. HEX triplet: F3, 8A and FD. RGB value is (243,138,253). Sum of RGB (Red+Green+Blue) = 243+138+253=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 138 (54.30% from 255 or 21.77% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #F38AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38AFD is #0C7502. Grayscale: #B6B6B6. Windows color (decimal): -816387 or 16616179. OLE color: 16616179.

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

Color convert

RGB243138253-
CMYK0.040.4500.01
HSL294.78º96.64%76.67%-
HSV(B)294.78º45.45%99.22%-
XYZ63.7844.3298.12-
YUV182.51167.79171.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.33%
GREEN value IS 138 (54.30% from 255) = 21.77%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=38.33%
G=21.77%
B=39.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431382530.040.4500.01294.7896.6476.67
HexF38AFD42D01127614d
Octal36321237545501447141115
Binary1111001110001010111111011001011010110010011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38AFD; }

 p { color: rgb(243,138,253); }

 H1.HeaderClassName
 {
   color: #F38AFD;
 }
 .AnyTagClassName
 {
   color: #F38AFD;
 }
</style>
background-color css

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

 a { background-color: rgb(243,138,253); }

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

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

 span { border-color: rgb(243,138,253); }

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