Html Css Color HEX #F269FA Pink Flamingo

📋 copy color: '#F269FA'

red 242 ◦ green 105 ◦ blue 250

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

Shades of Pink Flamingo #F269FA

Tints of Pink Flamingo #F269FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 40.54%
G = 17.59%
B = 41.88%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F269FA (or 0xF269FA) is known color: Pink Flamingo. HEX triplet: F2, 69 and FA. RGB value is (242,105,250). Sum of RGB (Red+Green+Blue) = 242+105+250=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 105 (41.41% from 255 or 17.59% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #F269FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F269FA is #0D9605. Grayscale: #A2A2A2. Windows color (decimal): -890374 or 16411122. OLE color: 16411122.

HSL color Cylindrical-coordinate representation of color #F269FA: hue angle of 296.69º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F269FA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 105 250 -
CMYK 0.03 0.58 0 0.02
HSL 296.69º 0.94% 0.7% -
HSV(B) 296.69º 0.58% 0.98% -
XYZ 58.92 35.88 94.26 -
YUV 162.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 242 105 250 0.03 0.58 0 0.02 296.69 0.94 0.7
Hex F2 69 FA 3 3A 0 2 129 5E 46
Octal 362 151 372 3 72 0 2 451 136 106
Binary 11110010 1101001 11111010 11 111010 0 10 100101001 1011110 1000110

Color Harmonies of #F269FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F269FA

Black with #F269FA

Text Example


Text Example

White with #F269FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F269FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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