Html Css Color HEX #F275F7 Fuchsia Pink

📋 copy color: '#F275F7'

red 242 ◦ green 117 ◦ blue 247

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

Shades of Fuchsia Pink #F275F7

Tints of Fuchsia Pink #F275F7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.31%

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

R = 39.93%
G = 19.31%
B = 40.76%

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

#F275F7 (or 0xF275F7) is known color: Fuchsia Pink. HEX triplet: F2, 75 and F7. RGB value is (242,117,247). Sum of RGB (Red+Green+Blue) = 242+117+247=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 117 (46.09% from 255 or 19.31% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #F275F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F275F7 is #0D8A08. Grayscale: #A8A8A8. Windows color (decimal): -887305 or 16217586. OLE color: 16217586.

HSL color Cylindrical-coordinate representation of color #F275F7: hue angle of 297.69º 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 #F275F7 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 117 247 -
CMYK 0.02 0.53 0 0.03
HSL 297.69º 0.89% 0.71% -
HSV(B) 297.69º 0.53% 0.97% -
XYZ 59.77 38.32 92.24 -
YUV 169.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 242 117 247 0.02 0.53 0 0.03 297.69 0.89 0.71
Hex F2 75 F7 2 35 0 3 12A 59 47
Octal 362 165 367 2 65 0 3 452 131 107
Binary 11110010 1110101 11110111 10 110101 0 11 100101010 1011001 1000111

Color Harmonies of #F275F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275F7

Black with #F275F7

Text Example


Text Example

White with #F275F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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