Html Css Color HEX #F264EE Pink Flamingo

📋 copy color: '#F264EE'

red 242 ◦ green 100 ◦ blue 238

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

Shades of Pink Flamingo #F264EE

Tints of Pink Flamingo #F264EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 41.72%
G = 17.24%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F264EE (or 0xF264EE) is known color: Pink Flamingo. HEX triplet: F2, 64 and EE. RGB value is (242,100,238). Sum of RGB (Red+Green+Blue) = 242+100+238=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F264EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F264EE is #0D9B11. Grayscale: #9D9D9D. Windows color (decimal): -891666 or 15623410. OLE color: 15623410.

HSL color Cylindrical-coordinate representation of color #F264EE: hue angle of 301.69º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F264EE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 238 -
CMYK 0 0.59 0.02 0.05
HSL 301.69º 0.85% 0.67% -
HSV(B) 301.69º 0.59% 0.95% -
XYZ 56.61 34.16 84.5 -
YUV 158.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 242 100 238 0 0.59 0.02 0.05 301.69 0.85 0.67
Hex F2 64 EE 0 3B 2 5 12E 55 43
Octal 362 144 356 0 73 2 5 456 125 103
Binary 11110010 1100100 11101110 0 111011 10 101 100101110 1010101 1000011

Color Harmonies of #F264EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F264EE

Black with #F264EE

Text Example


Text Example

White with #F264EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F264EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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