Html Css Color HEX #F07EFE Fuchsia Pink

📋 copy color: '#F07EFE'

red 240 ◦ green 126 ◦ blue 254

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

Shades of Fuchsia Pink #F07EFE

Tints of Fuchsia Pink #F07EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.32%

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

R = 38.71%
G = 20.32%
B = 40.97%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F07EFE (or 0xF07EFE) is known color: Fuchsia Pink. HEX triplet: F0, 7E and FE. RGB value is (240,126,254). Sum of RGB (Red+Green+Blue) = 240+126+254=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 126 (49.61% from 255 or 20.32% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #F07EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EFE is #0F8101. Grayscale: #AEAEAE. Windows color (decimal): -1016066 or 16678640. OLE color: 16678640.

HSL color Cylindrical-coordinate representation of color #F07EFE: hue angle of 293.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07EFE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 126 254 -
CMYK 0.06 0.50 0 0.00
HSL 293.44º 0.98% 0.75% -
HSV(B) 293.44º 0.5% 1% -
XYZ 61.29 40.6 98.37 -
YUV 174.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 240 126 254 0.06 0.50 0 0.00 293.44 0.98 0.75
Hex F0 7E FE 6 32 0 0 125 62 4B
Octal 360 176 376 6 62 0 0 445 142 113
Binary 11110000 1111110 11111110 110 110010 0 0 100100101 1100010 1001011

Color Harmonies of #F07EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EFE

Black with #F07EFE

Text Example


Text Example

White with #F07EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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