Html Css Color HEX #F274FF Fuchsia Pink

📋 copy color: '#F274FF'

red 242 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #F274FF

Tints of Fuchsia Pink #F274FF

RGB

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

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

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

R = 39.48%
G = 18.92%
B = 41.6%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F274FF (or 0xF274FF) is known color: Fuchsia Pink. HEX triplet: F2, 74 and FF. RGB value is (242,116,255). Sum of RGB (Red+Green+Blue) = 242+116+255=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 116 (45.70% from 255 or 18.92% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #F274FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F274FF is #0D8B00. Grayscale: #A9A9A9. Windows color (decimal): -887553 or 16741618. OLE color: 16741618.

HSL color Cylindrical-coordinate representation of color #F274FF: hue angle of 294.39º 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 #F274FF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 116 255 -
CMYK 0.05 0.55 0 0
HSL 294.39º 1% 0.73% -
HSV(B) 294.39º 0.55% 1% -
XYZ 60.91 38.59 98.85 -
YUV 169.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 242 116 255 0.05 0.55 0 0 294.39 1 0.73
Hex F2 74 FF 5 37 0 0 126 64 49
Octal 362 164 377 5 67 0 0 446 144 111
Binary 11110010 1110100 11111111 101 110111 0 0 100100110 1100100 1001001

Color Harmonies of #F274FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274FF

Black with #F274FF

Text Example


Text Example

White with #F274FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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