Html Css Color HEX #FF7EF4 Fuchsia Pink

📋 copy color: '#FF7EF4'

red 255 ◦ green 126 ◦ blue 244

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

Shades of Fuchsia Pink #FF7EF4

Tints of Fuchsia Pink #FF7EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.04%

R = 40.8%
G = 20.16%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF7EF4 (or 0xFF7EF4) is known color: Fuchsia Pink. HEX triplet: FF, 7E and F4. RGB value is (255,126,244). Sum of RGB (Red+Green+Blue) = 255+126+244=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 126 (49.61% from 255 or 20.16% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EF4 is #00810B. Grayscale: #B1B1B1. Windows color (decimal): -33036 or 16023295. OLE color: 16023295.

HSL color Cylindrical-coordinate representation of color #FF7EF4: hue angle of 305.12º 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 #FF7EF4 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 126 244 -
CMYK 0 0.51 0.04 0
HSL 305.12º 1% 0.75% -
HSV(B) 305.12º 0.51% 1% -
XYZ 65.03 42.71 90.41 -
YUV 178.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 255 126 244 0 0.51 0.04 0 305.12 1 0.75
Hex FF 7E F4 0 33 4 0 131 64 4B
Octal 377 176 364 0 63 4 0 461 144 113
Binary 11111111 1111110 11110100 0 110011 100 0 100110001 1100100 1001011

Color Harmonies of #FF7EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EF4

Black with #FF7EF4

Text Example


Text Example

White with #FF7EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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