Html Css Color HEX #FF94FF Fuchsia Pink

📋 copy color: '#FF94FF'

red 255 ◦ green 148 ◦ blue 255

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

Shades of Fuchsia Pink #FF94FF

Tints of Fuchsia Pink #FF94FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 22.49%

 BLUE value IS 255 (100% from 255) = 38.75%

R = 38.75%
G = 22.49%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF94FF (or 0xFF94FF) is known color: Fuchsia Pink. HEX triplet: FF, 94 and FF. RGB value is (255,148,255). Sum of RGB (Red+Green+Blue) = 255+148+255=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 148 (58.20% from 255 or 22.49% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF94FF is #006B00. Grayscale: #BFBFBF. Windows color (decimal): -27393 or 16749823. OLE color: 16749823.

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

Color convert

RGB 255 148 255 -
CMYK 0 0.42 0 0
HSL 300º 1% 0.79% -
HSV(B) 300º 0.42% 1% -
XYZ 69.88 49.66 100.51 -
YUV 192.19 163.45 172.8 -
System Red Green Blue C M Y K H S L
Decimal 255 148 255 0 0.42 0 0 300 1 0.79
Hex FF 94 FF 0 2A 0 0 12C 64 4F
Octal 377 224 377 0 52 0 0 454 144 117
Binary 11111111 10010100 11111111 0 101010 0 0 100101100 1100100 1001111

Color Harmonies of #FF94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF94FF

Black with #FF94FF

Text Example


Text Example

White with #FF94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF94FF; }

 p { color: rgb(255,148,255); }

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

background-color css

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

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

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

border-color css

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

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

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