Html Css Color HEX #F27CFC Fuchsia Pink

📋 copy color: '#F27CFC'

red 242 ◦ green 124 ◦ blue 252

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

Shades of Fuchsia Pink #F27CFC

Tints of Fuchsia Pink #F27CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.78%

R = 39.16%
G = 20.06%
B = 40.78%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F27CFC (or 0xF27CFC) is known color: Fuchsia Pink. HEX triplet: F2, 7C and FC. RGB value is (242,124,252). Sum of RGB (Red+Green+Blue) = 242+124+252=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 124 (48.83% from 255 or 20.06% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #F27CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CFC is #0D8303. Grayscale: #ADADAD. Windows color (decimal): -885508 or 16547058. OLE color: 16547058.

HSL color Cylindrical-coordinate representation of color #F27CFC: hue angle of 295.31º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27CFC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 124 252 -
CMYK 0.04 0.51 0 0.01
HSL 295.31º 0.96% 0.74% -
HSV(B) 295.31º 0.51% 0.99% -
XYZ 61.4 40.32 96.64 -
YUV 173.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 242 124 252 0.04 0.51 0 0.01 295.31 0.96 0.74
Hex F2 7C FC 4 33 0 1 127 60 4A
Octal 362 174 374 4 63 0 1 447 140 112
Binary 11110010 1111100 11111100 100 110011 0 1 100100111 1100000 1001010

Color Harmonies of #F27CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CFC

Black with #F27CFC

Text Example


Text Example

White with #F27CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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