Html Css Color HEX #F384F0 Violet

📋 copy color: '#F384F0'

red 243 ◦ green 132 ◦ blue 240

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

Shades of Violet #F384F0

Tints of Violet #F384F0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.46%

 BLUE value IS 240 (94.14% from 255) = 39.02%

R = 39.51%
G = 21.46%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F384F0 (or 0xF384F0) is known color: Violet. HEX triplet: F3, 84 and F0. RGB value is (243,132,240). Sum of RGB (Red+Green+Blue) = 243+132+240=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F384F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384F0 is #0C7B0F. Grayscale: #B1B1B1. Windows color (decimal): -817936 or 15762675. OLE color: 15762675.

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

Color convert

RGB 243 132 240 -
CMYK 0 0.46 0.01 0.05
HSL 301.62º 0.82% 0.74% -
HSV(B) 301.62º 0.46% 0.95% -
XYZ 60.94 41.85 87.3 -
YUV 177.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 243 132 240 0 0.46 0.01 0.05 301.62 0.82 0.74
Hex F3 84 F0 0 2E 1 5 12E 52 4A
Octal 363 204 360 0 56 1 5 456 122 112
Binary 11110011 10000100 11110000 0 101110 1 101 100101110 1010010 1001010

Color Harmonies of #F384F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384F0

Black with #F384F0

Text Example


Text Example

White with #F384F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384F0; }

 p { color: rgb(243,132,240); }

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

background-color css

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

 a { background-color: rgb(243,132,240); }

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

border-color css

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

 span { border-color: rgb(243,132,240); }

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