Html Css Color HEX #F074FF Fuchsia Pink

📋 copy color: '#F074FF'

red 240 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #F074FF

Tints of Fuchsia Pink #F074FF

RGB

 RED value IS 240 (94.14% from 255) = 39.28%

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

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

R = 39.28%
G = 18.99%
B = 41.73%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F074FF (or 0xF074FF) is known color: Fuchsia Pink. HEX triplet: F0, 74 and FF. RGB value is (240,116,255). Sum of RGB (Red+Green+Blue) = 240+116+255=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 116 (45.70% from 255 or 18.99% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #F074FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074FF is #0F8B00. Grayscale: #A8A8A8. Windows color (decimal): -1018625 or 16741616. OLE color: 16741616.

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

Color convert

RGB 240 116 255 -
CMYK 0.06 0.55 0 0
HSL 293.53º 1% 0.73% -
HSV(B) 293.53º 0.55% 1% -
XYZ 60.23 38.24 98.81 -
YUV 168.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 240 116 255 0.06 0.55 0 0 293.53 1 0.73
Hex F0 74 FF 6 37 0 0 126 64 49
Octal 360 164 377 6 67 0 0 446 144 111
Binary 11110000 1110100 11111111 110 110111 0 0 100100110 1100100 1001001

Color Harmonies of #F074FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074FF

Black with #F074FF

Text Example


Text Example

White with #F074FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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