Html Css Color HEX #FF8AFB Fuchsia Pink

📋 copy color: '#FF8AFB'

red 255 ◦ green 138 ◦ blue 251

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

Shades of Fuchsia Pink #FF8AFB

Tints of Fuchsia Pink #FF8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.43%

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

R = 39.6%
G = 21.43%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF8AFB (or 0xFF8AFB) is known color: Fuchsia Pink. HEX triplet: FF, 8A and FB. RGB value is (255,138,251). Sum of RGB (Red+Green+Blue) = 255+138+251=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 138 (54.30% from 255 or 21.43% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AFB is #007504. Grayscale: #B9B9B9. Windows color (decimal): -29957 or 16485119. OLE color: 16485119.

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

Color convert

RGB 255 138 251 -
CMYK 0 0.46 0.02 0
HSL 302.05º 1% 0.77% -
HSV(B) 302.05º 0.46% 1% -
XYZ 67.74 46.4 96.65 -
YUV 185.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 255 138 251 0 0.46 0.02 0 302.05 1 0.77
Hex FF 8A FB 0 2E 2 0 12E 64 4D
Octal 377 212 373 0 56 2 0 456 144 115
Binary 11111111 10001010 11111011 0 101110 10 0 100101110 1100100 1001101

Color Harmonies of #FF8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8AFB

Black with #FF8AFB

Text Example


Text Example

White with #FF8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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