Html Css Color HEX #F07AFF Fuchsia Pink

📋 copy color: '#F07AFF'

red 240 ◦ green 122 ◦ blue 255

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

Shades of Fuchsia Pink #F07AFF

Tints of Fuchsia Pink #F07AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.33%

R = 38.9%
G = 19.77%
B = 41.33%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F07AFF (or 0xF07AFF) is known color: Fuchsia Pink. HEX triplet: F0, 7A and FF. RGB value is (240,122,255). Sum of RGB (Red+Green+Blue) = 240+122+255=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 122 (48.05% from 255 or 19.77% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #F07AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AFF is #0F8500. Grayscale: #ACACAC. Windows color (decimal): -1017089 or 16743152. OLE color: 16743152.

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

Color convert

RGB 240 122 255 -
CMYK 0.06 0.52 0 0
HSL 293.23º 1% 0.74% -
HSV(B) 293.23º 0.52% 1% -
XYZ 60.94 39.66 99.05 -
YUV 172.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 240 122 255 0.06 0.52 0 0 293.23 1 0.74
Hex F0 7A FF 6 34 0 0 125 64 4A
Octal 360 172 377 6 64 0 0 445 144 112
Binary 11110000 1111010 11111111 110 110100 0 0 100100101 1100100 1001010

Color Harmonies of #F07AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AFF

Black with #F07AFF

Text Example


Text Example

White with #F07AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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