Html Css Color HEX #F07CFD Fuchsia Pink

📋 copy color: '#F07CFD'

red 240 ◦ green 124 ◦ blue 253

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

Shades of Fuchsia Pink #F07CFD

Tints of Fuchsia Pink #F07CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.1%

 BLUE value IS 253 (99.22% from 255) = 41%

R = 38.9%
G = 20.1%
B = 41%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F07CFD (or 0xF07CFD) is known color: Fuchsia Pink. HEX triplet: F0, 7C and FD. RGB value is (240,124,253). Sum of RGB (Red+Green+Blue) = 240+124+253=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #F07CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CFD is #0F8302. Grayscale: #ACACAC. Windows color (decimal): -1016579 or 16612592. OLE color: 16612592.

HSL color Cylindrical-coordinate representation of color #F07CFD: hue angle of 293.95º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07CFD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 124 253 -
CMYK 0.05 0.51 0 0.01
HSL 293.95º 0.97% 0.74% -
HSV(B) 293.95º 0.51% 0.99% -
XYZ 60.87 40.03 97.45 -
YUV 173.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 240 124 253 0.05 0.51 0 0.01 293.95 0.97 0.74
Hex F0 7C FD 5 33 0 1 126 61 4A
Octal 360 174 375 5 63 0 1 446 141 112
Binary 11110000 1111100 11111101 101 110011 0 1 100100110 1100001 1001010

Color Harmonies of #F07CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CFD

Black with #F07CFD

Text Example


Text Example

White with #F07CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CFD; }

 p { color: rgb(240,124,253); }

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

background-color css

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

 a { background-color: rgb(240,124,253); }

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

border-color css

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

 span { border-color: rgb(240,124,253); }

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