Html Css Color HEX #F27AFA Fuchsia Pink

📋 copy color: '#F27AFA'

red 242 ◦ green 122 ◦ blue 250

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

Shades of Fuchsia Pink #F27AFA

Tints of Fuchsia Pink #F27AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 39.41%
G = 19.87%
B = 40.72%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F27AFA (or 0xF27AFA) is known color: Fuchsia Pink. HEX triplet: F2, 7A and FA. RGB value is (242,122,250). Sum of RGB (Red+Green+Blue) = 242+122+250=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 122 (48.05% from 255 or 19.87% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #F27AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27AFA is #0D8505. Grayscale: #ACACAC. Windows color (decimal): -886022 or 16415474. OLE color: 16415474.

HSL color Cylindrical-coordinate representation of color #F27AFA: hue angle of 296.25º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27AFA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 122 250 -
CMYK 0.03 0.51 0 0.02
HSL 296.25º 0.93% 0.73% -
HSV(B) 296.25º 0.51% 0.98% -
XYZ 60.83 39.7 94.9 -
YUV 172.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 242 122 250 0.03 0.51 0 0.02 296.25 0.93 0.73
Hex F2 7A FA 3 33 0 2 128 5D 49
Octal 362 172 372 3 63 0 2 450 135 111
Binary 11110010 1111010 11111010 11 110011 0 10 100101000 1011101 1001001

Color Harmonies of #F27AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27AFA

Black with #F27AFA

Text Example


Text Example

White with #F27AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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