Html Css Color HEX #F483FF Fuchsia Pink

📋 copy color: '#F483FF'

red 244 ◦ green 131 ◦ blue 255

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

Shades of Fuchsia Pink #F483FF

Tints of Fuchsia Pink #F483FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 20.79%

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

R = 38.73%
G = 20.79%
B = 40.48%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F483FF (or 0xF483FF) is known color: Fuchsia Pink. HEX triplet: F4, 83 and FF. RGB value is (244,131,255). Sum of RGB (Red+Green+Blue) = 244+131+255=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 131 (51.56% from 255 or 20.79% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #F483FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F483FF is #0B7C00. Grayscale: #B2B2B2. Windows color (decimal): -752641 or 16745460. OLE color: 16745460.

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

Color convert

RGB 244 131 255 -
CMYK 0.04 0.49 0 0
HSL 294.68º 1% 0.76% -
HSV(B) 294.68º 0.49% 1% -
XYZ 63.47 42.69 99.5 -
YUV 178.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 244 131 255 0.04 0.49 0 0 294.68 1 0.76
Hex F4 83 FF 4 31 0 0 127 64 4C
Octal 364 203 377 4 61 0 0 447 144 114
Binary 11110100 10000011 11111111 100 110001 0 0 100100111 1100100 1001100

Color Harmonies of #F483FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483FF

Black with #F483FF

Text Example


Text Example

White with #F483FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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