Html Css Color HEX #F273FC Fuchsia Pink

📋 copy color: '#F273FC'

red 242 ◦ green 115 ◦ blue 252

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

Shades of Fuchsia Pink #F273FC

Tints of Fuchsia Pink #F273FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.88%

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

R = 39.74%
G = 18.88%
B = 41.38%

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

#F273FC (or 0xF273FC) is known color: Fuchsia Pink. HEX triplet: F2, 73 and FC. RGB value is (242,115,252). Sum of RGB (Red+Green+Blue) = 242+115+252=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 115 (45.31% from 255 or 18.88% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #F273FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273FC is #0D8C03. Grayscale: #A8A8A8. Windows color (decimal): -887812 or 16544754. OLE color: 16544754.

HSL color Cylindrical-coordinate representation of color #F273FC: hue angle of 295.62º 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 #F273FC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 115 252 -
CMYK 0.04 0.54 0 0.01
HSL 295.62º 0.96% 0.72% -
HSV(B) 295.62º 0.54% 0.99% -
XYZ 60.32 38.17 96.28 -
YUV 168.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 242 115 252 0.04 0.54 0 0.01 295.62 0.96 0.72
Hex F2 73 FC 4 36 0 1 128 60 48
Octal 362 163 374 4 66 0 1 450 140 110
Binary 11110010 1110011 11111100 100 110110 0 1 100101000 1100000 1001000

Color Harmonies of #F273FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273FC

Black with #F273FC

Text Example


Text Example

White with #F273FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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