Html Css Color HEX #F276FA Fuchsia Pink

📋 copy color: '#F276FA'

red 242 ◦ green 118 ◦ blue 250

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

Shades of Fuchsia Pink #F276FA

Tints of Fuchsia Pink #F276FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 39.67%
G = 19.34%
B = 40.98%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F276FA (or 0xF276FA) is known color: Fuchsia Pink. HEX triplet: F2, 76 and FA. RGB value is (242,118,250). Sum of RGB (Red+Green+Blue) = 242+118+250=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 118 (46.48% from 255 or 19.34% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #F276FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276FA is #0D8905. Grayscale: #A9A9A9. Windows color (decimal): -887046 or 16414450. OLE color: 16414450.

HSL color Cylindrical-coordinate representation of color #F276FA: hue angle of 296.36º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F276FA is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 118 250 -
CMYK 0.03 0.53 0 0.02
HSL 296.36º 0.93% 0.72% -
HSV(B) 296.36º 0.53% 0.98% -
XYZ 60.35 38.74 94.74 -
YUV 170.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 242 118 250 0.03 0.53 0 0.02 296.36 0.93 0.72
Hex F2 76 FA 3 35 0 2 128 5D 48
Octal 362 166 372 3 65 0 2 450 135 110
Binary 11110010 1110110 11111010 11 110101 0 10 100101000 1011101 1001000

Color Harmonies of #F276FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276FA

Black with #F276FA

Text Example


Text Example

White with #F276FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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