Html Css Color HEX #F385FF Violet

📋 copy color: '#F385FF'

red 243 ◦ green 133 ◦ blue 255

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

Shades of Violet #F385FF

Tints of Violet #F385FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 38.51%
G = 21.08%
B = 40.41%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F385FF (or 0xF385FF) is known color: Violet. HEX triplet: F3, 85 and FF. RGB value is (243,133,255). Sum of RGB (Red+Green+Blue) = 243+133+255=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 133 (52.34% from 255 or 21.08% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #F385FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385FF is #0C7A00. Grayscale: #B3B3B3. Windows color (decimal): -817665 or 16745971. OLE color: 16745971.

HSL color Cylindrical-coordinate representation of color #F385FF: hue angle of 294.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F385FF is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 133 255 -
CMYK 0.05 0.48 0 0
HSL 294.1º 1% 0.76% -
HSV(B) 294.1º 0.48% 1% -
XYZ 63.4 43.05 99.58 -
YUV 179.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 243 133 255 0.05 0.48 0 0 294.1 1 0.76
Hex F3 85 FF 5 30 0 0 126 64 4C
Octal 363 205 377 5 60 0 0 446 144 114
Binary 11110011 10000101 11111111 101 110000 0 0 100100110 1100100 1001100

Color Harmonies of #F385FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385FF

Black with #F385FF

Text Example


Text Example

White with #F385FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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