Html Css Color HEX #F274FC Fuchsia Pink

📋 copy color: '#F274FC'

red 242 ◦ green 116 ◦ blue 252

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

Shades of Fuchsia Pink #F274FC

Tints of Fuchsia Pink #F274FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 39.67%
G = 19.02%
B = 41.31%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F274FC (or 0xF274FC) is known color: Fuchsia Pink. HEX triplet: F2, 74 and FC. RGB value is (242,116,252). Sum of RGB (Red+Green+Blue) = 242+116+252=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 116 (45.70% from 255 or 19.02% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #F274FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F274FC is #0D8B03. Grayscale: #A8A8A8. Windows color (decimal): -887556 or 16545010. OLE color: 16545010.

HSL color Cylindrical-coordinate representation of color #F274FC: hue angle of 295.59º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F274FC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 116 252 -
CMYK 0.04 0.54 0 0.01
HSL 295.59º 0.96% 0.72% -
HSV(B) 295.59º 0.54% 0.99% -
XYZ 60.43 38.4 96.32 -
YUV 169.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 242 116 252 0.04 0.54 0 0.01 295.59 0.96 0.72
Hex F2 74 FC 4 36 0 1 128 60 48
Octal 362 164 374 4 66 0 1 450 140 110
Binary 11110010 1110100 11111100 100 110110 0 1 100101000 1100000 1001000

Color Harmonies of #F274FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274FC

Black with #F274FC

Text Example


Text Example

White with #F274FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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