Html Css Color HEX #F38AFA Violet

📋 copy color: '#F38AFA'

red 243 ◦ green 138 ◦ blue 250

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

Shades of Violet #F38AFA

Tints of Violet #F38AFA

RGB

 RED value IS 243 (95.31% from 255) = 38.51%

 GREEN value IS 138 (54.3% from 255) = 21.87%

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 38.51%
G = 21.87%
B = 39.62%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F38AFA (or 0xF38AFA) is known color: Violet. HEX triplet: F3, 8A and FA. RGB value is (243,138,250). Sum of RGB (Red+Green+Blue) = 243+138+250=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #F38AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38AFA is #0C7505. Grayscale: #B5B5B5. Windows color (decimal): -816390 or 16419571. OLE color: 16419571.

HSL color Cylindrical-coordinate representation of color #F38AFA: hue angle of 296.25º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F38AFA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 138 250 -
CMYK 0.03 0.45 0 0.02
HSL 296.25º 0.92% 0.76% -
HSV(B) 296.25º 0.45% 0.98% -
XYZ 63.31 44.13 95.62 -
YUV 182.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 243 138 250 0.03 0.45 0 0.02 296.25 0.92 0.76
Hex F3 8A FA 3 2D 0 2 128 5C 4C
Octal 363 212 372 3 55 0 2 450 134 114
Binary 11110011 10001010 11111010 11 101101 0 10 100101000 1011100 1001100

Color Harmonies of #F38AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38AFA

Black with #F38AFA

Text Example


Text Example

White with #F38AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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