Html Css Color HEX #F674F5 Fuchsia Pink

📋 copy color: '#F674F5'

red 246 ◦ green 116 ◦ blue 245

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

Shades of Fuchsia Pink #F674F5

Tints of Fuchsia Pink #F674F5

RGB

 RED value IS 246 (96.48% from 255) = 40.53%

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

 BLUE value IS 245 (96.09% from 255) = 40.36%

R = 40.53%
G = 19.11%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F674F5 (or 0xF674F5) is known color: Fuchsia Pink. HEX triplet: F6, 74 and F5. RGB value is (246,116,245). Sum of RGB (Red+Green+Blue) = 246+116+245=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 116 (45.70% from 255 or 19.11% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F674F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F674F5 is #098B0A. Grayscale: #A9A9A9. Windows color (decimal): -625419 or 16086262. OLE color: 16086262.

HSL color Cylindrical-coordinate representation of color #F674F5: hue angle of 300.46º degrees, saturation: 0.88, 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 #F674F5 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 116 245 -
CMYK 0 0.53 0.00 0.04
HSL 300.46º 0.88% 0.71% -
HSV(B) 300.46º 0.53% 0.96% -
XYZ 60.73 38.68 90.65 -
YUV 169.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 246 116 245 0 0.53 0.00 0.04 300.46 0.88 0.71
Hex F6 74 F5 0 35 0 4 12C 58 47
Octal 366 164 365 0 65 0 4 454 130 107
Binary 11110110 1110100 11110101 0 110101 0 100 100101100 1011000 1000111

Color Harmonies of #F674F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F674F5

Black with #F674F5

Text Example


Text Example

White with #F674F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F674F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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