Html Css Color HEX #F075FF Fuchsia Pink

📋 copy color: '#F075FF'

red 240 ◦ green 117 ◦ blue 255

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

Shades of Fuchsia Pink #F075FF

Tints of Fuchsia Pink #F075FF

RGB

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

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

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

R = 39.22%
G = 19.12%
B = 41.67%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F075FF (or 0xF075FF) is known color: Fuchsia Pink. HEX triplet: F0, 75 and FF. RGB value is (240,117,255). Sum of RGB (Red+Green+Blue) = 240+117+255=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 117 (46.09% from 255 or 19.12% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #F075FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F075FF is #0F8A00. Grayscale: #A9A9A9. Windows color (decimal): -1018369 or 16741872. OLE color: 16741872.

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

Color convert

RGB 240 117 255 -
CMYK 0.06 0.54 0 0
HSL 293.48º 1% 0.73% -
HSV(B) 293.48º 0.54% 1% -
XYZ 60.35 38.47 98.85 -
YUV 169.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 240 117 255 0.06 0.54 0 0 293.48 1 0.73
Hex F0 75 FF 6 36 0 0 125 64 49
Octal 360 165 377 6 66 0 0 445 144 111
Binary 11110000 1110101 11111111 110 110110 0 0 100100101 1100100 1001001

Color Harmonies of #F075FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075FF

Black with #F075FF

Text Example


Text Example

White with #F075FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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