Html Css Color HEX #F266F9 Pink Flamingo

📋 copy color: '#F266F9'

red 242 ◦ green 102 ◦ blue 249

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

Shades of Pink Flamingo #F266F9

Tints of Pink Flamingo #F266F9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.2%

 BLUE value IS 249 (97.66% from 255) = 41.99%

R = 40.81%
G = 17.2%
B = 41.99%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F266F9 (or 0xF266F9) is known color: Pink Flamingo. HEX triplet: F2, 66 and F9. RGB value is (242,102,249). Sum of RGB (Red+Green+Blue) = 242+102+249=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 102 (40.23% from 255 or 17.20% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #F266F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266F9 is #0D9906. Grayscale: #A0A0A0. Windows color (decimal): -891143 or 16344818. OLE color: 16344818.

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

Color convert

RGB 242 102 249 -
CMYK 0.03 0.59 0 0.02
HSL 297.14º 0.92% 0.69% -
HSV(B) 297.14º 0.59% 0.98% -
XYZ 58.47 35.22 93.34 -
YUV 160.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 242 102 249 0.03 0.59 0 0.02 297.14 0.92 0.69
Hex F2 66 F9 3 3B 0 2 129 5C 45
Octal 362 146 371 3 73 0 2 451 134 105
Binary 11110010 1100110 11111001 11 111011 0 10 100101001 1011100 1000101

Color Harmonies of #F266F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F266F9

Black with #F266F9

Text Example


Text Example

White with #F266F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F266F9; }

 p { color: rgb(242,102,249); }

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

background-color css

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

 a { background-color: rgb(242,102,249); }

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

border-color css

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

 span { border-color: rgb(242,102,249); }

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