Html Css Color HEX #FF78F2 Fuchsia Pink

📋 copy color: '#FF78F2'

red 255 ◦ green 120 ◦ blue 242

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

Shades of Fuchsia Pink #FF78F2

Tints of Fuchsia Pink #FF78F2

RGB

 RED value IS 255 (100% from 255) = 41.33%

 GREEN value IS 120 (47.27% from 255) = 19.45%

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

R = 41.33%
G = 19.45%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF78F2 (or 0xFF78F2) is known color: Fuchsia Pink. HEX triplet: FF, 78 and F2. RGB value is (255,120,242). Sum of RGB (Red+Green+Blue) = 255+120+242=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 120 (47.27% from 255 or 19.45% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78F2 is #00870D. Grayscale: #ADADAD. Windows color (decimal): -34574 or 15890687. OLE color: 15890687.

HSL color Cylindrical-coordinate representation of color #FF78F2: hue angle of 305.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78F2 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 120 242 -
CMYK 0 0.53 0.05 0
HSL 305.78º 1% 0.74% -
HSV(B) 305.78º 0.53% 1% -
XYZ 63.98 41.1 88.57 -
YUV 174.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 255 120 242 0 0.53 0.05 0 305.78 1 0.74
Hex FF 78 F2 0 35 5 0 132 64 4A
Octal 377 170 362 0 65 5 0 462 144 112
Binary 11111111 1111000 11110010 0 110101 101 0 100110010 1100100 1001010

Color Harmonies of #FF78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF78F2

Black with #FF78F2

Text Example


Text Example

White with #FF78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF78F2; }

 p { color: rgb(255,120,242); }

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

background-color css

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

 a { background-color: rgb(255,120,242); }

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

border-color css

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

 span { border-color: rgb(255,120,242); }

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