Html Css Color HEX #F266FD Pink Flamingo

📋 copy color: '#F266FD'

red 242 ◦ green 102 ◦ blue 253

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

Shades of Pink Flamingo #F266FD

Tints of Pink Flamingo #F266FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.38%

R = 40.54%
G = 17.09%
B = 42.38%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F266FD (or 0xF266FD) is known color: Pink Flamingo. HEX triplet: F2, 66 and FD. RGB value is (242,102,253). Sum of RGB (Red+Green+Blue) = 242+102+253=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 102 (40.23% from 255 or 17.09% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #F266FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266FD is #0D9902. Grayscale: #A0A0A0. Windows color (decimal): -891139 or 16606962. OLE color: 16606962.

HSL color Cylindrical-coordinate representation of color #F266FD: hue angle of 295.63º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F266FD is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 102 253 -
CMYK 0.04 0.60 0 0.01
HSL 295.63º 0.97% 0.7% -
HSV(B) 295.63º 0.6% 0.99% -
XYZ 59.1 35.47 96.66 -
YUV 161.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 242 102 253 0.04 0.60 0 0.01 295.63 0.97 0.7
Hex F2 66 FD 4 3C 0 1 128 61 46
Octal 362 146 375 4 74 0 1 450 141 106
Binary 11110010 1100110 11111101 100 111100 0 1 100101000 1100001 1000110

Color Harmonies of #F266FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F266FD

Black with #F266FD

Text Example


Text Example

White with #F266FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F266FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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