Html Css Color HEX #F27AFF Fuchsia Pink

📋 copy color: '#F27AFF'

red 242 ◦ green 122 ◦ blue 255

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

Shades of Fuchsia Pink #F27AFF

Tints of Fuchsia Pink #F27AFF

RGB

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

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

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

R = 39.1%
G = 19.71%
B = 41.2%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F27AFF (or 0xF27AFF) is known color: Fuchsia Pink. HEX triplet: F2, 7A and FF. RGB value is (242,122,255). Sum of RGB (Red+Green+Blue) = 242+122+255=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 122 (48.05% from 255 or 19.71% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #F27AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27AFF is #0D8500. Grayscale: #ACACAC. Windows color (decimal): -886017 or 16743154. OLE color: 16743154.

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

Color convert

RGB 242 122 255 -
CMYK 0.05 0.52 0 0
HSL 294.14º 1% 0.74% -
HSV(B) 294.14º 0.52% 1% -
XYZ 61.63 40.02 99.08 -
YUV 173.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 242 122 255 0.05 0.52 0 0 294.14 1 0.74
Hex F2 7A FF 5 34 0 0 126 64 4A
Octal 362 172 377 5 64 0 0 446 144 112
Binary 11110010 1111010 11111111 101 110100 0 0 100100110 1100100 1001010

Color Harmonies of #F27AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27AFF

Black with #F27AFF

Text Example


Text Example

White with #F27AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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