Html Css Color HEX #F276FF Fuchsia Pink

📋 copy color: '#F276FF'

red 242 ◦ green 118 ◦ blue 255

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

Shades of Fuchsia Pink #F276FF

Tints of Fuchsia Pink #F276FF

RGB

 RED value IS 242 (94.92% from 255) = 39.35%

 GREEN value IS 118 (46.48% from 255) = 19.19%

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

R = 39.35%
G = 19.19%
B = 41.46%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F276FF (or 0xF276FF) is known color: Fuchsia Pink. HEX triplet: F2, 76 and FF. RGB value is (242,118,255). Sum of RGB (Red+Green+Blue) = 242+118+255=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 118 (46.48% from 255 or 19.19% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #F276FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276FF is #0D8900. Grayscale: #AAAAAA. Windows color (decimal): -887041 or 16742130. OLE color: 16742130.

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

Color convert

RGB 242 118 255 -
CMYK 0.05 0.54 0 0
HSL 294.31º 1% 0.73% -
HSV(B) 294.31º 0.54% 1% -
XYZ 61.15 39.05 98.92 -
YUV 170.69 175.58 178.86 -
System Red Green Blue C M Y K H S L
Decimal 242 118 255 0.05 0.54 0 0 294.31 1 0.73
Hex F2 76 FF 5 36 0 0 126 64 49
Octal 362 166 377 5 66 0 0 446 144 111
Binary 11110010 1110110 11111111 101 110110 0 0 100100110 1100100 1001001

Color Harmonies of #F276FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276FF

Black with #F276FF

Text Example


Text Example

White with #F276FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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