Html Css Color HEX #FB74EF Fuchsia Pink

📋 copy color: '#FB74EF'

red 251 ◦ green 116 ◦ blue 239

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

Shades of Fuchsia Pink #FB74EF

Tints of Fuchsia Pink #FB74EF

RGB

 RED value IS 251 (98.44% from 255) = 41.42%

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

 BLUE value IS 239 (93.75% from 255) = 39.44%

R = 41.42%
G = 19.14%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB74EF (or 0xFB74EF) is known color: Fuchsia Pink. HEX triplet: FB, 74 and EF. RGB value is (251,116,239). Sum of RGB (Red+Green+Blue) = 251+116+239=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 116 (45.70% from 255 or 19.14% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74EF is #048B10. Grayscale: #AAAAAA. Windows color (decimal): -297745 or 15693051. OLE color: 15693051.

HSL color Cylindrical-coordinate representation of color #FB74EF: hue angle of 305.33º degrees, saturation: 0.94, 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 #FB74EF is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 116 239 -
CMYK 0 0.54 0.05 0.02
HSL 305.33º 0.94% 0.72% -
HSV(B) 305.33º 0.54% 0.98% -
XYZ 61.61 39.23 85.99 -
YUV 170.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 251 116 239 0 0.54 0.05 0.02 305.33 0.94 0.72
Hex FB 74 EF 0 36 5 2 131 5E 48
Octal 373 164 357 0 66 5 2 461 136 110
Binary 11111011 1110100 11101111 0 110110 101 10 100110001 1011110 1001000

Color Harmonies of #FB74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74EF

Black with #FB74EF

Text Example


Text Example

White with #FB74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74EF; }

 p { color: rgb(251,116,239); }

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

background-color css

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

 a { background-color: rgb(251,116,239); }

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

border-color css

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

 span { border-color: rgb(251,116,239); }

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