Html Css Color HEX #F674F2 Fuchsia Pink

📋 copy color: '#F674F2'

red 246 ◦ green 116 ◦ blue 242

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

Shades of Fuchsia Pink #F674F2

Tints of Fuchsia Pink #F674F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.07%

R = 40.73%
G = 19.21%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F674F2 (or 0xF674F2) is known color: Fuchsia Pink. HEX triplet: F6, 74 and F2. RGB value is (246,116,242). Sum of RGB (Red+Green+Blue) = 246+116+242=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F674F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F674F2 is #098B0D. Grayscale: #A8A8A8. Windows color (decimal): -625422 or 15889654. OLE color: 15889654.

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

Color convert

RGB 246 116 242 -
CMYK 0 0.53 0.02 0.04
HSL 301.85º 0.88% 0.71% -
HSV(B) 301.85º 0.53% 0.96% -
XYZ 60.28 38.49 88.26 -
YUV 169.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 246 116 242 0 0.53 0.02 0.04 301.85 0.88 0.71
Hex F6 74 F2 0 35 2 4 12E 58 47
Octal 366 164 362 0 65 2 4 456 130 107
Binary 11110110 1110100 11110010 0 110101 10 100 100101110 1011000 1000111

Color Harmonies of #F674F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F674F2

Black with #F674F2

Text Example


Text Example

White with #F674F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F674F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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