Html Css Color HEX #F574F3 Fuchsia Pink

📋 copy color: '#F574F3'

red 245 ◦ green 116 ◦ blue 243

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

Shades of Fuchsia Pink #F574F3

Tints of Fuchsia Pink #F574F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.23%

R = 40.56%
G = 19.21%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F574F3 (or 0xF574F3) is known color: Fuchsia Pink. HEX triplet: F5, 74 and F3. RGB value is (245,116,243). Sum of RGB (Red+Green+Blue) = 245+116+243=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F574F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574F3 is #0A8B0C. Grayscale: #A8A8A8. Windows color (decimal): -690957 or 15955189. OLE color: 15955189.

HSL color Cylindrical-coordinate representation of color #F574F3: hue angle of 300.93º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574F3 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 116 243 -
CMYK 0 0.53 0.01 0.04
HSL 300.93º 0.87% 0.71% -
HSV(B) 300.93º 0.53% 0.96% -
XYZ 60.08 38.37 89.03 -
YUV 169.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 245 116 243 0 0.53 0.01 0.04 300.93 0.87 0.71
Hex F5 74 F3 0 35 1 4 12D 57 47
Octal 365 164 363 0 65 1 4 455 127 107
Binary 11110101 1110100 11110011 0 110101 1 100 100101101 1010111 1000111

Color Harmonies of #F574F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574F3

Black with #F574F3

Text Example


Text Example

White with #F574F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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