Html Css Color HEX #F575F6 Fuchsia Pink

📋 copy color: '#F575F6'

red 245 ◦ green 117 ◦ blue 246

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

Shades of Fuchsia Pink #F575F6

Tints of Fuchsia Pink #F575F6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.24%

 BLUE value IS 246 (96.48% from 255) = 40.46%

R = 40.3%
G = 19.24%
B = 40.46%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F575F6 (or 0xF575F6) is known color: Fuchsia Pink. HEX triplet: F5, 75 and F6. RGB value is (245,117,246). Sum of RGB (Red+Green+Blue) = 245+117+246=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 117 (46.09% from 255 or 19.24% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #F575F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575F6 is #0A8A09. Grayscale: #A9A9A9. Windows color (decimal): -690698 or 16152053. OLE color: 16152053.

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

Color convert

RGB 245 117 246 -
CMYK 0.00 0.52 0 0.04
HSL 299.53º 0.88% 0.71% -
HSV(B) 299.53º 0.52% 0.96% -
XYZ 60.65 38.79 91.48 -
YUV 169.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 245 117 246 0.00 0.52 0 0.04 299.53 0.88 0.71
Hex F5 75 F6 0 34 0 4 12C 58 47
Octal 365 165 366 0 64 0 4 454 130 107
Binary 11110101 1110101 11110110 0 110100 0 100 100101100 1011000 1000111

Color Harmonies of #F575F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575F6

Black with #F575F6

Text Example


Text Example

White with #F575F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575F6; }

 p { color: rgb(245,117,246); }

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

background-color css

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

 a { background-color: rgb(245,117,246); }

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

border-color css

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

 span { border-color: rgb(245,117,246); }

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