Html Css Color HEX #F273F7 Fuchsia Pink

📋 copy color: '#F273F7'

red 242 ◦ green 115 ◦ blue 247

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

Shades of Fuchsia Pink #F273F7

Tints of Fuchsia Pink #F273F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.89%

R = 40.07%
G = 19.04%
B = 40.89%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F273F7 (or 0xF273F7) is known color: Fuchsia Pink. HEX triplet: F2, 73 and F7. RGB value is (242,115,247). Sum of RGB (Red+Green+Blue) = 242+115+247=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #F273F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273F7 is #0D8C08. Grayscale: #A7A7A7. Windows color (decimal): -887817 or 16217074. OLE color: 16217074.

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

Color convert

RGB 242 115 247 -
CMYK 0.02 0.53 0 0.03
HSL 297.73º 0.89% 0.71% -
HSV(B) 297.73º 0.53% 0.97% -
XYZ 59.54 37.85 92.16 -
YUV 168.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 242 115 247 0.02 0.53 0 0.03 297.73 0.89 0.71
Hex F2 73 F7 2 35 0 3 12A 59 47
Octal 362 163 367 2 65 0 3 452 131 107
Binary 11110010 1110011 11110111 10 110101 0 11 100101010 1011001 1000111

Color Harmonies of #F273F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273F7

Black with #F273F7

Text Example


Text Example

White with #F273F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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