Html Css Color HEX #F264FA Pink Flamingo

📋 copy color: '#F264FA'

red 242 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #F264FA

Tints of Pink Flamingo #F264FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 40.88%
G = 16.89%
B = 42.23%

CMYK

 C value IS 0.03

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F264FA (or 0xF264FA) is known color: Pink Flamingo. HEX triplet: F2, 64 and FA. RGB value is (242,100,250). Sum of RGB (Red+Green+Blue) = 242+100+250=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 100 (39.45% from 255 or 16.89% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #F264FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F264FA is #0D9B05. Grayscale: #9F9F9F. Windows color (decimal): -891654 or 16409842. OLE color: 16409842.

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

Color convert

RGB 242 100 250 -
CMYK 0.03 0.6 0 0.02
HSL 296.8º 0.94% 0.69% -
HSV(B) 296.8º 0.6% 0.98% -
XYZ 58.43 34.89 94.1 -
YUV 159.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 242 100 250 0.03 0.6 0 0.02 296.8 0.94 0.69
Hex F2 64 FA 3 3C 0 2 129 5E 45
Octal 362 144 372 3 74 0 2 451 136 105
Binary 11110010 1100100 11111010 11 111100 0 10 100101001 1011110 1000101

Color Harmonies of #F264FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F264FA

Black with #F264FA

Text Example


Text Example

White with #F264FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F264FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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