Html Css Color HEX #F485FF Fuchsia Pink

📋 copy color: '#F485FF'

red 244 ◦ green 133 ◦ blue 255

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

Shades of Fuchsia Pink #F485FF

Tints of Fuchsia Pink #F485FF

RGB

 RED value IS 244 (95.7% from 255) = 38.61%

 GREEN value IS 133 (52.34% from 255) = 21.04%

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

R = 38.61%
G = 21.04%
B = 40.35%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F485FF (or 0xF485FF) is known color: Fuchsia Pink. HEX triplet: F4, 85 and FF. RGB value is (244,133,255). Sum of RGB (Red+Green+Blue) = 244+133+255=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 133 (52.34% from 255 or 21.04% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #F485FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F485FF is #0B7A00. Grayscale: #B3B3B3. Windows color (decimal): -752129 or 16745972. OLE color: 16745972.

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

Color convert

RGB 244 133 255 -
CMYK 0.04 0.48 0 0
HSL 294.59º 1% 0.76% -
HSV(B) 294.59º 0.48% 1% -
XYZ 63.75 43.23 99.59 -
YUV 180.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 244 133 255 0.04 0.48 0 0 294.59 1 0.76
Hex F4 85 FF 4 30 0 0 127 64 4C
Octal 364 205 377 4 60 0 0 447 144 114
Binary 11110100 10000101 11111111 100 110000 0 0 100100111 1100100 1001100

Color Harmonies of #F485FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F485FF

Black with #F485FF

Text Example


Text Example

White with #F485FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F485FF; }

 p { color: rgb(244,133,255); }

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

background-color css

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

 a { background-color: rgb(244,133,255); }

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

border-color css

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

 span { border-color: rgb(244,133,255); }

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