Html Css Color HEX #F266FF Pink Flamingo

📋 copy color: '#F266FF'

red 242 ◦ green 102 ◦ blue 255

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

Shades of Pink Flamingo #F266FF

Tints of Pink Flamingo #F266FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.57%

R = 40.4%
G = 17.03%
B = 42.57%

CMYK

 C value IS 0.05

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F266FF (or 0xF266FF) is known color: Pink Flamingo. HEX triplet: F2, 66 and FF. RGB value is (242,102,255). Sum of RGB (Red+Green+Blue) = 242+102+255=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 102 (40.23% from 255 or 17.03% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #F266FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266FF is #0D9900. Grayscale: #A0A0A0. Windows color (decimal): -891137 or 16738034. OLE color: 16738034.

HSL color Cylindrical-coordinate representation of color #F266FF: hue angle of 294.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F266FF is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 102 255 -
CMYK 0.05 0.6 0 0
HSL 294.9º 1% 0.7% -
HSV(B) 294.9º 0.6% 1% -
XYZ 59.42 35.6 98.35 -
YUV 161.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 242 102 255 0.05 0.6 0 0 294.9 1 0.7
Hex F2 66 FF 5 3C 0 0 127 64 46
Octal 362 146 377 5 74 0 0 447 144 106
Binary 11110010 1100110 11111111 101 111100 0 0 100100111 1100100 1000110

Color Harmonies of #F266FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F266FF

Black with #F266FF

Text Example


Text Example

White with #F266FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F266FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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