Html Css Color HEX #FA74F2 Fuchsia Pink

📋 copy color: '#FA74F2'

red 250 ◦ green 116 ◦ blue 242

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

Shades of Fuchsia Pink #FA74F2

Tints of Fuchsia Pink #FA74F2

RGB

 RED value IS 250 (98.05% from 255) = 41.12%

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

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

R = 41.12%
G = 19.08%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA74F2 (or 0xFA74F2) is known color: Fuchsia Pink. HEX triplet: FA, 74 and F2. RGB value is (250,116,242). Sum of RGB (Red+Green+Blue) = 250+116+242=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 116 (45.70% from 255 or 19.08% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA74F2 is #058B0D. Grayscale: #AAAAAA. Windows color (decimal): -363278 or 15889658. OLE color: 15889658.

HSL color Cylindrical-coordinate representation of color #FA74F2: hue angle of 303.58º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74F2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 242 -
CMYK 0 0.54 0.03 0.02
HSL 303.58º 0.93% 0.72% -
HSV(B) 303.58º 0.54% 0.98% -
XYZ 61.7 39.23 88.32 -
YUV 170.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 250 116 242 0 0.54 0.03 0.02 303.58 0.93 0.72
Hex FA 74 F2 0 36 3 2 130 5D 48
Octal 372 164 362 0 66 3 2 460 135 110
Binary 11111010 1110100 11110010 0 110110 11 10 100110000 1011101 1001000

Color Harmonies of #FA74F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74F2

Black with #FA74F2

Text Example


Text Example

White with #FA74F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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