Html Css Color HEX #F27EFF Fuchsia Pink

📋 copy color: '#F27EFF'

red 242 ◦ green 126 ◦ blue 255

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

Shades of Fuchsia Pink #F27EFF

Tints of Fuchsia Pink #F27EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.22%

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

R = 38.84%
G = 20.22%
B = 40.93%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F27EFF (or 0xF27EFF) is known color: Fuchsia Pink. HEX triplet: F2, 7E and FF. RGB value is (242,126,255). Sum of RGB (Red+Green+Blue) = 242+126+255=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 126 (49.61% from 255 or 20.22% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #F27EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27EFF is #0D8100. Grayscale: #AEAEAE. Windows color (decimal): -884993 or 16744178. OLE color: 16744178.

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

Color convert

RGB 242 126 255 -
CMYK 0.05 0.51 0 0
HSL 293.95º 1% 0.75% -
HSV(B) 293.95º 0.51% 1% -
XYZ 62.13 41.02 99.25 -
YUV 175.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 242 126 255 0.05 0.51 0 0 293.95 1 0.75
Hex F2 7E FF 5 33 0 0 126 64 4B
Octal 362 176 377 5 63 0 0 446 144 113
Binary 11110010 1111110 11111111 101 110011 0 0 100100110 1100100 1001011

Color Harmonies of #F27EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27EFF

Black with #F27EFF

Text Example


Text Example

White with #F27EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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