Html Css Color HEX #F250FE Pink Flamingo

📋 copy color: '#F250FE'

red 242 ◦ green 80 ◦ blue 254

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

Shades of Pink Flamingo #F250FE

Tints of Pink Flamingo #F250FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.89%

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

R = 42.01%
G = 13.89%
B = 44.1%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F250FE (or 0xF250FE) is known color: Pink Flamingo. HEX triplet: F2, 50 and FE. RGB value is (242,80,254). Sum of RGB (Red+Green+Blue) = 242+80+254=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 80 (31.64% from 255 or 13.89% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #F250FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F250FE is #0DAF01. Grayscale: #939393. Windows color (decimal): -896770 or 16666866. OLE color: 16666866.

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

Color convert

RGB 242 80 254 -
CMYK 0.05 0.69 0 0.00
HSL 295.86º 0.99% 0.65% -
HSV(B) 295.86º 0.69% 1% -
XYZ 57.38 31.77 96.87 -
YUV 148.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 242 80 254 0.05 0.69 0 0.00 295.86 0.99 0.65
Hex F2 50 FE 5 45 0 0 128 63 41
Octal 362 120 376 5 105 0 0 450 143 101
Binary 11110010 1010000 11111110 101 1000101 0 0 100101000 1100011 1000001

Color Harmonies of #F250FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250FE

Black with #F250FE

Text Example


Text Example

White with #F250FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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