Html Css Color HEX #F630FA Magenta

📋 copy color: '#F630FA'

red 246 ◦ green 48 ◦ blue 250

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

Shades of Magenta #F630FA

Tints of Magenta #F630FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 45.22%
G = 8.82%
B = 45.96%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F630FA (or 0xF630FA) is known color: Magenta. HEX triplet: F6, 30 and FA. RGB value is (246,48,250). Sum of RGB (Red+Green+Blue) = 246+48+250=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 48 (19.14% from 255 or 8.82% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #F630FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F630FA is #09CF05. Grayscale: #818181. Windows color (decimal): -642822 or 16396534. OLE color: 16396534.

HSL color Cylindrical-coordinate representation of color #F630FA: hue angle of 298.81º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F630FA is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 48 250 -
CMYK 0.02 0.81 0 0.02
HSL 298.81º 0.95% 0.58% -
HSV(B) 298.81º 0.81% 0.98% -
XYZ 56.32 28.61 93 -
YUV 130.23 195.6 210.57 -
System Red Green Blue C M Y K H S L
Decimal 246 48 250 0.02 0.81 0 0.02 298.81 0.95 0.58
Hex F6 30 FA 2 51 0 2 12B 5F 3A
Octal 366 60 372 2 121 0 2 453 137 72
Binary 11110110 110000 11111010 10 1010001 0 10 100101011 1011111 111010

Color Harmonies of #F630FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630FA

Black with #F630FA

Text Example


Text Example

White with #F630FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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