Html Css Color HEX #FF7EFA Fuchsia Pink

📋 copy color: '#FF7EFA'

red 255 ◦ green 126 ◦ blue 250

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

Shades of Fuchsia Pink #FF7EFA

Tints of Fuchsia Pink #FF7EFA

RGB

 RED value IS 255 (100% from 255) = 40.41%

 GREEN value IS 126 (49.61% from 255) = 19.97%

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

R = 40.41%
G = 19.97%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF7EFA (or 0xFF7EFA) is known color: Fuchsia Pink. HEX triplet: FF, 7E and FA. RGB value is (255,126,250). Sum of RGB (Red+Green+Blue) = 255+126+250=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 126 (49.61% from 255 or 19.97% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EFA is #008105. Grayscale: #B2B2B2. Windows color (decimal): -33030 or 16416511. OLE color: 16416511.

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

Color convert

RGB 255 126 250 -
CMYK 0 0.51 0.02 0
HSL 302.33º 1% 0.75% -
HSV(B) 302.33º 0.51% 1% -
XYZ 65.96 43.08 95.28 -
YUV 178.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 255 126 250 0 0.51 0.02 0 302.33 1 0.75
Hex FF 7E FA 0 33 2 0 12E 64 4B
Octal 377 176 372 0 63 2 0 456 144 113
Binary 11111111 1111110 11111010 0 110011 10 0 100101110 1100100 1001011

Color Harmonies of #FF7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EFA

Black with #FF7EFA

Text Example


Text Example

White with #FF7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EFA; }

 p { color: rgb(255,126,250); }

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

background-color css

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

 a { background-color: rgb(255,126,250); }

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

border-color css

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

 span { border-color: rgb(255,126,250); }

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