Html Css Color HEX #F385FD Violet

📋 copy color: '#F385FD'

red 243 ◦ green 133 ◦ blue 253

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

Shades of Violet #F385FD

Tints of Violet #F385FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.22%

R = 38.63%
G = 21.14%
B = 40.22%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F385FD (or 0xF385FD) is known color: Violet. HEX triplet: F3, 85 and FD. RGB value is (243,133,253). Sum of RGB (Red+Green+Blue) = 243+133+253=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 133 (52.34% from 255 or 21.14% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #F385FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385FD is #0C7A02. Grayscale: #B3B3B3. Windows color (decimal): -817667 or 16614899. OLE color: 16614899.

HSL color Cylindrical-coordinate representation of color #F385FD: hue angle of 295º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F385FD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 133 253 -
CMYK 0.04 0.47 0 0.01
HSL 295º 0.97% 0.76% -
HSV(B) 295º 0.47% 0.99% -
XYZ 63.08 42.92 97.89 -
YUV 179.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 243 133 253 0.04 0.47 0 0.01 295 0.97 0.76
Hex F3 85 FD 4 2F 0 1 127 61 4C
Octal 363 205 375 4 57 0 1 447 141 114
Binary 11110011 10000101 11111101 100 101111 0 1 100100111 1100001 1001100

Color Harmonies of #F385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385FD

Black with #F385FD

Text Example


Text Example

White with #F385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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