Html Css Color HEX #F264F3 Pink Flamingo

📋 copy color: '#F264F3'

red 242 ◦ green 100 ◦ blue 243

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

Shades of Pink Flamingo #F264F3

Tints of Pink Flamingo #F264F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.54%

R = 41.37%
G = 17.09%
B = 41.54%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F264F3 (or 0xF264F3) is known color: Pink Flamingo. HEX triplet: F2, 64 and F3. RGB value is (242,100,243). Sum of RGB (Red+Green+Blue) = 242+100+243=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #F264F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F264F3 is #0D9B0C. Grayscale: #9E9E9E. Windows color (decimal): -891661 or 15951090. OLE color: 15951090.

HSL color Cylindrical-coordinate representation of color #F264F3: hue angle of 299.58º degrees, saturation: 0.86, 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 #F264F3 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 243 -
CMYK 0.00 0.59 0 0.05
HSL 299.58º 0.86% 0.67% -
HSV(B) 299.58º 0.59% 0.95% -
XYZ 57.35 34.46 88.42 -
YUV 158.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 242 100 243 0.00 0.59 0 0.05 299.58 0.86 0.67
Hex F2 64 F3 0 3B 0 5 12C 56 43
Octal 362 144 363 0 73 0 5 454 126 103
Binary 11110010 1100100 11110011 0 111011 0 101 100101100 1010110 1000011

Color Harmonies of #F264F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F264F3

Black with #F264F3

Text Example


Text Example

White with #F264F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F264F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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