Html Css Color HEX #F385FA Violet

📋 copy color: '#F385FA'

red 243 ◦ green 133 ◦ blue 250

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

Shades of Violet #F385FA

Tints of Violet #F385FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.25%

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

R = 38.82%
G = 21.25%
B = 39.94%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F385FA (or 0xF385FA) is known color: Violet. HEX triplet: F3, 85 and FA. RGB value is (243,133,250). Sum of RGB (Red+Green+Blue) = 243+133+250=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 133 (52.34% from 255 or 21.25% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #F385FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385FA is #0C7A05. Grayscale: #B2B2B2. Windows color (decimal): -817670 or 16418291. OLE color: 16418291.

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

Color convert

RGB 243 133 250 -
CMYK 0.03 0.47 0 0.02
HSL 296.41º 0.92% 0.75% -
HSV(B) 296.41º 0.47% 0.98% -
XYZ 62.61 42.73 95.39 -
YUV 179.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 243 133 250 0.03 0.47 0 0.02 296.41 0.92 0.75
Hex F3 85 FA 3 2F 0 2 128 5C 4B
Octal 363 205 372 3 57 0 2 450 134 113
Binary 11110011 10000101 11111010 11 101111 0 10 100101000 1011100 1001011

Color Harmonies of #F385FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385FA

Black with #F385FA

Text Example


Text Example

White with #F385FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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