Html Css Color HEX #FF7AF4 Fuchsia Pink

📋 copy color: '#FF7AF4'

red 255 ◦ green 122 ◦ blue 244

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

Shades of Fuchsia Pink #FF7AF4

Tints of Fuchsia Pink #FF7AF4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.65%

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

R = 41.06%
G = 19.65%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF7AF4 (or 0xFF7AF4) is known color: Fuchsia Pink. HEX triplet: FF, 7A and F4. RGB value is (255,122,244). Sum of RGB (Red+Green+Blue) = 255+122+244=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 122 (48.05% from 255 or 19.65% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AF4 is #00850B. Grayscale: #AFAFAF. Windows color (decimal): -34060 or 16022271. OLE color: 16022271.

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

Color convert

RGB 255 122 244 -
CMYK 0 0.52 0.04 0
HSL 304.96º 1% 0.74% -
HSV(B) 304.96º 0.52% 1% -
XYZ 64.53 41.71 90.24 -
YUV 175.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 255 122 244 0 0.52 0.04 0 304.96 1 0.74
Hex FF 7A F4 0 34 4 0 131 64 4A
Octal 377 172 364 0 64 4 0 461 144 112
Binary 11111111 1111010 11110100 0 110100 100 0 100110001 1100100 1001010

Color Harmonies of #FF7AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AF4

Black with #FF7AF4

Text Example


Text Example

White with #FF7AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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