Html Css Color HEX #F281FF Fuchsia Pink

📋 copy color: '#F281FF'

red 242 ◦ green 129 ◦ blue 255

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

Shades of Fuchsia Pink #F281FF

Tints of Fuchsia Pink #F281FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.61%

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

R = 38.66%
G = 20.61%
B = 40.73%

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

#F281FF (or 0xF281FF) is known color: Fuchsia Pink. HEX triplet: F2, 81 and FF. RGB value is (242,129,255). Sum of RGB (Red+Green+Blue) = 242+129+255=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 129 (50.78% from 255 or 20.61% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #F281FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F281FF is #0D7E00. Grayscale: #B0B0B0. Windows color (decimal): -884225 or 16744946. OLE color: 16744946.

HSL color Cylindrical-coordinate representation of color #F281FF: hue angle of 293.81º 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 #F281FF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 129 255 -
CMYK 0.05 0.49 0 0
HSL 293.81º 1% 0.75% -
HSV(B) 293.81º 0.49% 1% -
XYZ 62.52 41.8 99.38 -
YUV 177.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 242 129 255 0.05 0.49 0 0 293.81 1 0.75
Hex F2 81 FF 5 31 0 0 126 64 4B
Octal 362 201 377 5 61 0 0 446 144 113
Binary 11110010 10000001 11111111 101 110001 0 0 100100110 1100100 1001011

Color Harmonies of #F281FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F281FF

Black with #F281FF

Text Example


Text Example

White with #F281FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F281FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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