Html Css Color HEX #F273F9 Fuchsia Pink

📋 copy color: '#F273F9'

red 242 ◦ green 115 ◦ blue 249

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

Shades of Fuchsia Pink #F273F9

Tints of Fuchsia Pink #F273F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.09%

R = 39.93%
G = 18.98%
B = 41.09%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F273F9 (or 0xF273F9) is known color: Fuchsia Pink. HEX triplet: F2, 73 and F9. RGB value is (242,115,249). Sum of RGB (Red+Green+Blue) = 242+115+249=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #F273F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273F9 is #0D8C06. Grayscale: #A7A7A7. Windows color (decimal): -887815 or 16348146. OLE color: 16348146.

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

Color convert

RGB 242 115 249 -
CMYK 0.03 0.54 0 0.02
HSL 296.87º 0.92% 0.71% -
HSV(B) 296.87º 0.54% 0.98% -
XYZ 59.85 37.98 93.8 -
YUV 168.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 242 115 249 0.03 0.54 0 0.02 296.87 0.92 0.71
Hex F2 73 F9 3 36 0 2 129 5C 47
Octal 362 163 371 3 66 0 2 451 134 107
Binary 11110010 1110011 11111001 11 110110 0 10 100101001 1011100 1000111

Color Harmonies of #F273F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273F9

Black with #F273F9

Text Example


Text Example

White with #F273F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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