Html Css Color HEX #F269EF Pink Flamingo

📋 copy color: '#F269EF'

red 242 ◦ green 105 ◦ blue 239

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

Shades of Pink Flamingo #F269EF

Tints of Pink Flamingo #F269EF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.92%

 BLUE value IS 239 (93.75% from 255) = 40.78%

R = 41.3%
G = 17.92%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F269EF (or 0xF269EF) is known color: Pink Flamingo. HEX triplet: F2, 69 and EF. RGB value is (242,105,239). Sum of RGB (Red+Green+Blue) = 242+105+239=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F269EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F269EF is #0D9610. Grayscale: #A0A0A0. Windows color (decimal): -890385 or 15690226. OLE color: 15690226.

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

Color convert

RGB 242 105 239 -
CMYK 0 0.57 0.01 0.05
HSL 301.31º 0.84% 0.68% -
HSV(B) 301.31º 0.57% 0.95% -
XYZ 57.25 35.21 85.44 -
YUV 161.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 242 105 239 0 0.57 0.01 0.05 301.31 0.84 0.68
Hex F2 69 EF 0 39 1 5 12D 54 44
Octal 362 151 357 0 71 1 5 455 124 104
Binary 11110010 1101001 11101111 0 111001 1 101 100101101 1010100 1000100

Color Harmonies of #F269EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F269EF

Black with #F269EF

Text Example


Text Example

White with #F269EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F269EF; }

 p { color: rgb(242,105,239); }

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

background-color css

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

 a { background-color: rgb(242,105,239); }

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

border-color css

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

 span { border-color: rgb(242,105,239); }

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