Html Css Color HEX #F07AFE Fuchsia Pink

📋 copy color: '#F07AFE'

red 240 ◦ green 122 ◦ blue 254

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

Shades of Fuchsia Pink #F07AFE

Tints of Fuchsia Pink #F07AFE

RGB

 RED value IS 240 (94.14% from 255) = 38.96%

 GREEN value IS 122 (48.05% from 255) = 19.81%

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 38.96%
G = 19.81%
B = 41.23%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F07AFE (or 0xF07AFE) is known color: Fuchsia Pink. HEX triplet: F0, 7A and FE. RGB value is (240,122,254). Sum of RGB (Red+Green+Blue) = 240+122+254=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 122 (48.05% from 255 or 19.81% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #F07AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AFE is #0F8501. Grayscale: #ABABAB. Windows color (decimal): -1017090 or 16677616. OLE color: 16677616.

HSL color Cylindrical-coordinate representation of color #F07AFE: hue angle of 293.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07AFE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 122 254 -
CMYK 0.06 0.52 0 0.00
HSL 293.64º 0.99% 0.74% -
HSV(B) 293.64º 0.52% 1% -
XYZ 60.78 39.6 98.21 -
YUV 172.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 240 122 254 0.06 0.52 0 0.00 293.64 0.99 0.74
Hex F0 7A FE 6 34 0 0 126 63 4A
Octal 360 172 376 6 64 0 0 446 143 112
Binary 11110000 1111010 11111110 110 110100 0 0 100100110 1100011 1001010

Color Harmonies of #F07AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AFE

Black with #F07AFE

Text Example


Text Example

White with #F07AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AFE; }

 p { color: rgb(240,122,254); }

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

background-color css

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

 a { background-color: rgb(240,122,254); }

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

border-color css

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

 span { border-color: rgb(240,122,254); }

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