Html Css Color HEX #FF74FF Fuchsia Pink

📋 copy color: '#FF74FF'

red 255 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #FF74FF

Tints of Fuchsia Pink #FF74FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 18.53%

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

R = 40.73%
G = 18.53%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF74FF (or 0xFF74FF) is known color: Fuchsia Pink. HEX triplet: FF, 74 and FF. RGB value is (255,116,255). Sum of RGB (Red+Green+Blue) = 255+116+255=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 116 (45.70% from 255 or 18.53% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74FF is #008B00. Grayscale: #ACACAC. Windows color (decimal): -35585 or 16741631. OLE color: 16741631.

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

Color convert

RGB 255 116 255 -
CMYK 0 0.55 0 0
HSL 300º 1% 0.73% -
HSV(B) 300º 0.55% 1% -
XYZ 65.54 40.97 99.06 -
YUV 173.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 255 116 255 0 0.55 0 0 300 1 0.73
Hex FF 74 FF 0 37 0 0 12C 64 49
Octal 377 164 377 0 67 0 0 454 144 111
Binary 11111111 1110100 11111111 0 110111 0 0 100101100 1100100 1001001

Color Harmonies of #FF74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74FF

Black with #FF74FF

Text Example


Text Example

White with #FF74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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