Html Css Color HEX #F264FE Pink Flamingo

📋 copy color: '#F264FE'

red 242 ◦ green 100 ◦ blue 254

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

Shades of Pink Flamingo #F264FE

Tints of Pink Flamingo #F264FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.78%

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

R = 40.6%
G = 16.78%
B = 42.62%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F264FE (or 0xF264FE) is known color: Pink Flamingo. HEX triplet: F2, 64 and FE. RGB value is (242,100,254). Sum of RGB (Red+Green+Blue) = 242+100+254=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 100 (39.45% from 255 or 16.78% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #F264FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F264FE is #0D9B01. Grayscale: #9F9F9F. Windows color (decimal): -891650 or 16671986. OLE color: 16671986.

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

Color convert

RGB 242 100 254 -
CMYK 0.05 0.61 0 0.00
HSL 295.32º 0.99% 0.69% -
HSV(B) 295.32º 0.61% 1% -
XYZ 59.06 35.15 97.44 -
YUV 160.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 242 100 254 0.05 0.61 0 0.00 295.32 0.99 0.69
Hex F2 64 FE 5 3D 0 0 127 63 45
Octal 362 144 376 5 75 0 0 447 143 105
Binary 11110010 1100100 11111110 101 111101 0 0 100100111 1100011 1000101

Color Harmonies of #F264FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F264FE

Black with #F264FE

Text Example


Text Example

White with #F264FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F264FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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