Html Css Color HEX #F385F0 Violet

📋 copy color: '#F385F0'

red 243 ◦ green 133 ◦ blue 240

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

Shades of Violet #F385F0

Tints of Violet #F385F0

RGB

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

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

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

R = 39.45%
G = 21.59%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F385F0 (or 0xF385F0) is known color: Violet. HEX triplet: F3, 85 and F0. RGB value is (243,133,240). Sum of RGB (Red+Green+Blue) = 243+133+240=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F385F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385F0 is #0C7A0F. Grayscale: #B1B1B1. Windows color (decimal): -817680 or 15762931. OLE color: 15762931.

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

Color convert

RGB 243 133 240 -
CMYK 0 0.45 0.01 0.05
HSL 301.64º 0.82% 0.74% -
HSV(B) 301.64º 0.45% 0.95% -
XYZ 61.08 42.12 87.35 -
YUV 178.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 243 133 240 0 0.45 0.01 0.05 301.64 0.82 0.74
Hex F3 85 F0 0 2D 1 5 12E 52 4A
Octal 363 205 360 0 55 1 5 456 122 112
Binary 11110011 10000101 11110000 0 101101 1 101 100101110 1010010 1001010

Color Harmonies of #F385F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385F0

Black with #F385F0

Text Example


Text Example

White with #F385F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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