Html Css Color HEX #F27AFE Fuchsia Pink

📋 copy color: '#F27AFE'

red 242 ◦ green 122 ◦ blue 254

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

Shades of Fuchsia Pink #F27AFE

Tints of Fuchsia Pink #F27AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.74%

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

R = 39.16%
G = 19.74%
B = 41.1%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F27AFE (or 0xF27AFE) is known color: Fuchsia Pink. HEX triplet: F2, 7A and FE. RGB value is (242,122,254). Sum of RGB (Red+Green+Blue) = 242+122+254=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 122 (48.05% from 255 or 19.74% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #F27AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27AFE is #0D8501. Grayscale: #ACACAC. Windows color (decimal): -886018 or 16677618. OLE color: 16677618.

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

Color convert

RGB 242 122 254 -
CMYK 0.05 0.52 0 0.00
HSL 294.55º 0.99% 0.74% -
HSV(B) 294.55º 0.52% 1% -
XYZ 61.47 39.95 98.24 -
YUV 172.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 242 122 254 0.05 0.52 0 0.00 294.55 0.99 0.74
Hex F2 7A FE 5 34 0 0 127 63 4A
Octal 362 172 376 5 64 0 0 447 143 112
Binary 11110010 1111010 11111110 101 110100 0 0 100100111 1100011 1001010

Color Harmonies of #F27AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27AFE

Black with #F27AFE

Text Example


Text Example

White with #F27AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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