Html Css Color HEX #F266F1 Pink Flamingo

📋 copy color: '#F266F1'

red 242 ◦ green 102 ◦ blue 241

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

Shades of Pink Flamingo #F266F1

Tints of Pink Flamingo #F266F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 41.37%
G = 17.44%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F266F1 (or 0xF266F1) is known color: Pink Flamingo. HEX triplet: F2, 66 and F1. RGB value is (242,102,241). Sum of RGB (Red+Green+Blue) = 242+102+241=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F266F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266F1 is #0D990E. Grayscale: #9F9F9F. Windows color (decimal): -891151 or 15820530. OLE color: 15820530.

HSL color Cylindrical-coordinate representation of color #F266F1: hue angle of 300.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F266F1 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 241 -
CMYK 0 0.58 0.00 0.05
HSL 300.43º 0.84% 0.67% -
HSV(B) 300.43º 0.58% 0.95% -
XYZ 57.25 34.73 86.91 -
YUV 159.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 242 102 241 0 0.58 0.00 0.05 300.43 0.84 0.67
Hex F2 66 F1 0 3A 0 5 12C 54 43
Octal 362 146 361 0 72 0 5 454 124 103
Binary 11110010 1100110 11110001 0 111010 0 101 100101100 1010100 1000011

Color Harmonies of #F266F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F266F1

Black with #F266F1

Text Example


Text Example

White with #F266F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F266F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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