Html Css Color HEX #F282FF Fuchsia Pink

📋 copy color: '#F282FF'

red 242 ◦ green 130 ◦ blue 255

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

Shades of Fuchsia Pink #F282FF

Tints of Fuchsia Pink #F282FF

RGB

 RED value IS 242 (94.92% from 255) = 38.6%

 GREEN value IS 130 (51.17% from 255) = 20.73%

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

R = 38.6%
G = 20.73%
B = 40.67%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F282FF (or 0xF282FF) is known color: Fuchsia Pink. HEX triplet: F2, 82 and FF. RGB value is (242,130,255). Sum of RGB (Red+Green+Blue) = 242+130+255=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 130 (51.17% from 255 or 20.73% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F282FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F282FF is #0D7D00. Grayscale: #B1B1B1. Windows color (decimal): -883969 or 16745202. OLE color: 16745202.

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

Color convert

RGB 242 130 255 -
CMYK 0.05 0.49 0 0
HSL 293.76º 1% 0.75% -
HSV(B) 293.76º 0.49% 1% -
XYZ 62.65 42.06 99.42 -
YUV 177.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 242 130 255 0.05 0.49 0 0 293.76 1 0.75
Hex F2 82 FF 5 31 0 0 126 64 4B
Octal 362 202 377 5 61 0 0 446 144 113
Binary 11110010 10000010 11111111 101 110001 0 0 100100110 1100100 1001011

Color Harmonies of #F282FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F282FF

Black with #F282FF

Text Example


Text Example

White with #F282FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F282FF; }

 p { color: rgb(242,130,255); }

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

background-color css

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

 a { background-color: rgb(242,130,255); }

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

border-color css

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

 span { border-color: rgb(242,130,255); }

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