Html Css Color HEX #F251FE Pink Flamingo

📋 copy color: '#F251FE'

red 242 ◦ green 81 ◦ blue 254

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

Shades of Pink Flamingo #F251FE

Tints of Pink Flamingo #F251FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.04%

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 41.94%
G = 14.04%
B = 44.02%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F251FE (or 0xF251FE) is known color: Pink Flamingo. HEX triplet: F2, 51 and FE. RGB value is (242,81,254). Sum of RGB (Red+Green+Blue) = 242+81+254=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 81 (32.03% from 255 or 14.04% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #F251FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251FE is #0DAE01. Grayscale: #949494. Windows color (decimal): -896514 or 16667122. OLE color: 16667122.

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

Color convert

RGB 242 81 254 -
CMYK 0.05 0.68 0 0.00
HSL 295.84º 0.99% 0.66% -
HSV(B) 295.84º 0.68% 1% -
XYZ 57.45 31.92 96.9 -
YUV 148.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 242 81 254 0.05 0.68 0 0.00 295.84 0.99 0.66
Hex F2 51 FE 5 44 0 0 128 63 42
Octal 362 121 376 5 104 0 0 450 143 102
Binary 11110010 1010001 11111110 101 1000100 0 0 100101000 1100011 1000010

Color Harmonies of #F251FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251FE

Black with #F251FE

Text Example


Text Example

White with #F251FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251FE; }

 p { color: rgb(242,81,254); }

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

background-color css

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

 a { background-color: rgb(242,81,254); }

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

border-color css

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

 span { border-color: rgb(242,81,254); }

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