Html Css Color HEX #F380FC Violet

📋 copy color: '#F380FC'

red 243 ◦ green 128 ◦ blue 252

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

Shades of Violet #F380FC

Tints of Violet #F380FC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.55%

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 39%
G = 20.55%
B = 40.45%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F380FC (or 0xF380FC) is known color: Violet. HEX triplet: F3, 80 and FC. RGB value is (243,128,252). Sum of RGB (Red+Green+Blue) = 243+128+252=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #F380FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380FC is #0C7F03. Grayscale: #B0B0B0. Windows color (decimal): -818948 or 16548083. OLE color: 16548083.

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

Color convert

RGB 243 128 252 -
CMYK 0.04 0.49 0 0.01
HSL 295.65º 0.95% 0.75% -
HSV(B) 295.65º 0.49% 0.99% -
XYZ 62.25 41.52 96.83 -
YUV 176.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 243 128 252 0.04 0.49 0 0.01 295.65 0.95 0.75
Hex F3 80 FC 4 31 0 1 128 5F 4B
Octal 363 200 374 4 61 0 1 450 137 113
Binary 11110011 10000000 11111100 100 110001 0 1 100101000 1011111 1001011

Color Harmonies of #F380FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380FC

Black with #F380FC

Text Example


Text Example

White with #F380FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380FC; }

 p { color: rgb(243,128,252); }

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

background-color css

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

 a { background-color: rgb(243,128,252); }

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

border-color css

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

 span { border-color: rgb(243,128,252); }

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