Html Css Color HEX #F27BFC Fuchsia Pink

📋 copy color: '#F27BFC'

red 242 ◦ green 123 ◦ blue 252

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

Shades of Fuchsia Pink #F27BFC

Tints of Fuchsia Pink #F27BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.94%

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

R = 39.22%
G = 19.94%
B = 40.84%

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

#F27BFC (or 0xF27BFC) is known color: Fuchsia Pink. HEX triplet: F2, 7B and FC. RGB value is (242,123,252). Sum of RGB (Red+Green+Blue) = 242+123+252=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 123 (48.44% from 255 or 19.94% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #F27BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27BFC is #0D8403. Grayscale: #ACACAC. Windows color (decimal): -885764 or 16546802. OLE color: 16546802.

HSL color Cylindrical-coordinate representation of color #F27BFC: hue angle of 295.35º 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 #F27BFC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 123 252 -
CMYK 0.04 0.51 0 0.01
HSL 295.35º 0.96% 0.74% -
HSV(B) 295.35º 0.51% 0.99% -
XYZ 61.27 40.07 96.6 -
YUV 173.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 242 123 252 0.04 0.51 0 0.01 295.35 0.96 0.74
Hex F2 7B FC 4 33 0 1 127 60 4A
Octal 362 173 374 4 63 0 1 447 140 112
Binary 11110010 1111011 11111100 100 110011 0 1 100100111 1100000 1001010

Color Harmonies of #F27BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27BFC

Black with #F27BFC

Text Example


Text Example

White with #F27BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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