Html Css Color HEX #F27CFE Fuchsia Pink

📋 copy color: '#F27CFE'

red 242 ◦ green 124 ◦ blue 254

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

Shades of Fuchsia Pink #F27CFE

Tints of Fuchsia Pink #F27CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20%

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 39.03%
G = 20%
B = 40.97%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F27CFE (or 0xF27CFE) is known color: Fuchsia Pink. HEX triplet: F2, 7C and FE. RGB value is (242,124,254). Sum of RGB (Red+Green+Blue) = 242+124+254=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #F27CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CFE is #0D8301. Grayscale: #ADADAD. Windows color (decimal): -885506 or 16678130. OLE color: 16678130.

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

Color convert

RGB 242 124 254 -
CMYK 0.05 0.51 0 0.00
HSL 294.46º 0.98% 0.74% -
HSV(B) 294.46º 0.51% 1% -
XYZ 61.72 40.45 98.32 -
YUV 174.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 242 124 254 0.05 0.51 0 0.00 294.46 0.98 0.74
Hex F2 7C FE 5 33 0 0 126 62 4A
Octal 362 174 376 5 63 0 0 446 142 112
Binary 11110010 1111100 11111110 101 110011 0 0 100100110 1100010 1001010

Color Harmonies of #F27CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CFE

Black with #F27CFE

Text Example


Text Example

White with #F27CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CFE; }

 p { color: rgb(242,124,254); }

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

background-color css

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

 a { background-color: rgb(242,124,254); }

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

border-color css

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

 span { border-color: rgb(242,124,254); }

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