Html Css Color HEX #F266FA Pink Flamingo

📋 copy color: '#F266FA'

red 242 ◦ green 102 ◦ blue 250

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

Shades of Pink Flamingo #F266FA

Tints of Pink Flamingo #F266FA

RGB

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

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

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

R = 40.74%
G = 17.17%
B = 42.09%

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

#F266FA (or 0xF266FA) is known color: Pink Flamingo. HEX triplet: F2, 66 and FA. RGB value is (242,102,250). Sum of RGB (Red+Green+Blue) = 242+102+250=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #F266FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266FA is #0D9905. Grayscale: #A0A0A0. Windows color (decimal): -891142 or 16410354. OLE color: 16410354.

HSL color Cylindrical-coordinate representation of color #F266FA: hue angle of 296.76º degrees, saturation: 0.94, 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 #F266FA is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 102 250 -
CMYK 0.03 0.59 0 0.02
HSL 296.76º 0.94% 0.69% -
HSV(B) 296.76º 0.59% 0.98% -
XYZ 58.62 35.28 94.16 -
YUV 160.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 242 102 250 0.03 0.59 0 0.02 296.76 0.94 0.69
Hex F2 66 FA 3 3B 0 2 129 5E 45
Octal 362 146 372 3 73 0 2 451 136 105
Binary 11110010 1100110 11111010 11 111011 0 10 100101001 1011110 1000101

Color Harmonies of #F266FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F266FA

Black with #F266FA

Text Example


Text Example

White with #F266FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F266FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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