Html Css Color HEX #F265F9 Pink Flamingo

📋 copy color: '#F265F9'

red 242 ◦ green 101 ◦ blue 249

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

Shades of Pink Flamingo #F265F9

Tints of Pink Flamingo #F265F9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.06%

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

R = 40.88%
G = 17.06%
B = 42.06%

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

#F265F9 (or 0xF265F9) is known color: Pink Flamingo. HEX triplet: F2, 65 and F9. RGB value is (242,101,249). Sum of RGB (Red+Green+Blue) = 242+101+249=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #F265F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265F9 is #0D9A06. Grayscale: #9F9F9F. Windows color (decimal): -891399 or 16344562. OLE color: 16344562.

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

Color convert

RGB 242 101 249 -
CMYK 0.03 0.59 0 0.02
HSL 297.16º 0.93% 0.69% -
HSV(B) 297.16º 0.59% 0.98% -
XYZ 58.37 35.02 93.31 -
YUV 160.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 242 101 249 0.03 0.59 0 0.02 297.16 0.93 0.69
Hex F2 65 F9 3 3B 0 2 129 5C 45
Octal 362 145 371 3 73 0 2 451 134 105
Binary 11110010 1100101 11111001 11 111011 0 10 100101001 1011100 1000101

Color Harmonies of #F265F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265F9

Black with #F265F9

Text Example


Text Example

White with #F265F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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