Html Css Color HEX #FF7BF2 Fuchsia Pink

📋 copy color: '#FF7BF2'

red 255 ◦ green 123 ◦ blue 242

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

Shades of Fuchsia Pink #FF7BF2

Tints of Fuchsia Pink #FF7BF2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.84%

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

R = 41.13%
G = 19.84%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF7BF2 (or 0xFF7BF2) is known color: Fuchsia Pink. HEX triplet: FF, 7B and F2. RGB value is (255,123,242). Sum of RGB (Red+Green+Blue) = 255+123+242=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 123 (48.44% from 255 or 19.84% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BF2 is #00840D. Grayscale: #AFAFAF. Windows color (decimal): -33806 or 15891455. OLE color: 15891455.

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

Color convert

RGB 255 123 242 -
CMYK 0 0.52 0.05 0
HSL 305.91º 1% 0.74% -
HSV(B) 305.91º 0.52% 1% -
XYZ 64.35 41.84 88.69 -
YUV 176.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 255 123 242 0 0.52 0.05 0 305.91 1 0.74
Hex FF 7B F2 0 34 5 0 132 64 4A
Octal 377 173 362 0 64 5 0 462 144 112
Binary 11111111 1111011 11110010 0 110100 101 0 100110010 1100100 1001010

Color Harmonies of #FF7BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7BF2

Black with #FF7BF2

Text Example


Text Example

White with #FF7BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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