Html Css Color HEX #F630FF Magenta

📋 copy color: '#F630FF'

red 246 ◦ green 48 ◦ blue 255

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

Shades of Magenta #F630FF

Tints of Magenta #F630FF

RGB

 RED value IS 246 (96.48% from 255) = 44.81%

 GREEN value IS 48 (19.14% from 255) = 8.74%

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

R = 44.81%
G = 8.74%
B = 46.45%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F630FF (or 0xF630FF) is known color: Magenta. HEX triplet: F6, 30 and FF. RGB value is (246,48,255). Sum of RGB (Red+Green+Blue) = 246+48+255=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 48 (19.14% from 255 or 8.74% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F630FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F630FF is #09CF00. Grayscale: #828282. Windows color (decimal): -642817 or 16724214. OLE color: 16724214.

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

Color convert

RGB 246 48 255 -
CMYK 0.04 0.81 0 0
HSL 297.39º 1% 0.59% -
HSV(B) 297.39º 0.81% 1% -
XYZ 57.11 28.93 97.18 -
YUV 130.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 246 48 255 0.04 0.81 0 0 297.39 1 0.59
Hex F6 30 FF 4 51 0 0 129 64 3B
Octal 366 60 377 4 121 0 0 451 144 73
Binary 11110110 110000 11111111 100 1010001 0 0 100101001 1100100 111011

Color Harmonies of #F630FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630FF

Black with #F630FF

Text Example


Text Example

White with #F630FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630FF; }

 p { color: rgb(246,48,255); }

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

background-color css

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

 a { background-color: rgb(246,48,255); }

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

border-color css

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

 span { border-color: rgb(246,48,255); }

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