Html Css Color HEX #F874FF Fuchsia Pink

📋 copy color: '#F874FF'

red 248 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #F874FF

Tints of Fuchsia Pink #F874FF

RGB

 RED value IS 248 (97.27% from 255) = 40.06%

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

 BLUE value IS 255 (100% from 255) = 41.2%

R = 40.06%
G = 18.74%
B = 41.2%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F874FF (or 0xF874FF) is known color: Fuchsia Pink. HEX triplet: F8, 74 and FF. RGB value is (248,116,255). Sum of RGB (Red+Green+Blue) = 248+116+255=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 116 (45.70% from 255 or 18.74% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #F874FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F874FF is #078B00. Grayscale: #AAAAAA. Windows color (decimal): -494337 or 16741624. OLE color: 16741624.

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

Color convert

RGB 248 116 255 -
CMYK 0.03 0.55 0 0
HSL 296.98º 1% 0.73% -
HSV(B) 296.98º 0.55% 1% -
XYZ 63.01 39.67 98.94 -
YUV 171.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 248 116 255 0.03 0.55 0 0 296.98 1 0.73
Hex F8 74 FF 3 37 0 0 129 64 49
Octal 370 164 377 3 67 0 0 451 144 111
Binary 11111000 1110100 11111111 11 110111 0 0 100101001 1100100 1001001

Color Harmonies of #F874FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874FF

Black with #F874FF

Text Example


Text Example

White with #F874FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874FF; }

 p { color: rgb(248,116,255); }

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

background-color css

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

 a { background-color: rgb(248,116,255); }

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

border-color css

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

 span { border-color: rgb(248,116,255); }

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