Html Css Color HEX #F27CFB Fuchsia Pink

📋 copy color: '#F27CFB'

red 242 ◦ green 124 ◦ blue 251

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

Shades of Fuchsia Pink #F27CFB

Tints of Fuchsia Pink #F27CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 39.22%
G = 20.1%
B = 40.68%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F27CFB (or 0xF27CFB) is known color: Fuchsia Pink. HEX triplet: F2, 7C and FB. RGB value is (242,124,251). Sum of RGB (Red+Green+Blue) = 242+124+251=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #F27CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CFB is #0D8304. Grayscale: #ADADAD. Windows color (decimal): -885509 or 16481522. OLE color: 16481522.

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

Color convert

RGB 242 124 251 -
CMYK 0.04 0.51 0 0.02
HSL 295.75º 0.94% 0.74% -
HSV(B) 295.75º 0.51% 0.98% -
XYZ 61.24 40.26 95.81 -
YUV 173.76 171.59 176.67 -
System Red Green Blue C M Y K H S L
Decimal 242 124 251 0.04 0.51 0 0.02 295.75 0.94 0.74
Hex F2 7C FB 4 33 0 2 128 5E 4A
Octal 362 174 373 4 63 0 2 450 136 112
Binary 11110010 1111100 11111011 100 110011 0 10 100101000 1011110 1001010

Color Harmonies of #F27CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CFB

Black with #F27CFB

Text Example


Text Example

White with #F27CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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