Html Css Color HEX #F574FF Fuchsia Pink

📋 copy color: '#F574FF'

red 245 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #F574FF

Tints of Fuchsia Pink #F574FF

RGB

 RED value IS 245 (96.09% from 255) = 39.77%

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

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

R = 39.77%
G = 18.83%
B = 41.4%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F574FF (or 0xF574FF) is known color: Fuchsia Pink. HEX triplet: F5, 74 and FF. RGB value is (245,116,255). Sum of RGB (Red+Green+Blue) = 245+116+255=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 116 (45.70% from 255 or 18.83% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #F574FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574FF is #0A8B00. Grayscale: #A9A9A9. Windows color (decimal): -690945 or 16741621. OLE color: 16741621.

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

Color convert

RGB 245 116 255 -
CMYK 0.04 0.55 0 0
HSL 295.68º 1% 0.73% -
HSV(B) 295.68º 0.55% 1% -
XYZ 61.95 39.12 98.89 -
YUV 170.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 245 116 255 0.04 0.55 0 0 295.68 1 0.73
Hex F5 74 FF 4 37 0 0 128 64 49
Octal 365 164 377 4 67 0 0 450 144 111
Binary 11110101 1110100 11111111 100 110111 0 0 100101000 1100100 1001001

Color Harmonies of #F574FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574FF

Black with #F574FF

Text Example


Text Example

White with #F574FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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