Html Css Color HEX #FF7AFB Fuchsia Pink

📋 copy color: '#FF7AFB'

red 255 ◦ green 122 ◦ blue 251

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

Shades of Fuchsia Pink #FF7AFB

Tints of Fuchsia Pink #FF7AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.97%

R = 40.61%
G = 19.43%
B = 39.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF7AFB (or 0xFF7AFB) is known color: Fuchsia Pink. HEX triplet: FF, 7A and FB. RGB value is (255,122,251). Sum of RGB (Red+Green+Blue) = 255+122+251=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 122 (48.05% from 255 or 19.43% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AFB is #008504. Grayscale: #B0B0B0. Windows color (decimal): -34053 or 16481023. OLE color: 16481023.

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

Color convert

RGB 255 122 251 -
CMYK 0 0.52 0.02 0
HSL 301.8º 1% 0.74% -
HSV(B) 301.8º 0.52% 1% -
XYZ 65.61 42.14 95.94 -
YUV 176.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 255 122 251 0 0.52 0.02 0 301.8 1 0.74
Hex FF 7A FB 0 34 2 0 12E 64 4A
Octal 377 172 373 0 64 2 0 456 144 112
Binary 11111111 1111010 11111011 0 110100 10 0 100101110 1100100 1001010

Color Harmonies of #FF7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AFB

Black with #FF7AFB

Text Example


Text Example

White with #FF7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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