Html Css Color HEX #FF74FA Fuchsia Pink

📋 copy color: '#FF74FA'

red 255 ◦ green 116 ◦ blue 250

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

Shades of Fuchsia Pink #FF74FA

Tints of Fuchsia Pink #FF74FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 41.06%
G = 18.68%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF74FA (or 0xFF74FA) is known color: Fuchsia Pink. HEX triplet: FF, 74 and FA. RGB value is (255,116,250). Sum of RGB (Red+Green+Blue) = 255+116+250=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 116 (45.70% from 255 or 18.68% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74FA is #008B05. Grayscale: #ACACAC. Windows color (decimal): -35590 or 16413951. OLE color: 16413951.

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

Color convert

RGB 255 116 250 -
CMYK 0 0.55 0.02 0
HSL 302.16º 1% 0.73% -
HSV(B) 302.16º 0.55% 1% -
XYZ 64.74 40.65 94.88 -
YUV 172.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 255 116 250 0 0.55 0.02 0 302.16 1 0.73
Hex FF 74 FA 0 37 2 0 12E 64 49
Octal 377 164 372 0 67 2 0 456 144 111
Binary 11111111 1110100 11111010 0 110111 10 0 100101110 1100100 1001001

Color Harmonies of #FF74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74FA

Black with #FF74FA

Text Example


Text Example

White with #FF74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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