Html Css Color HEX #F269FD Pink Flamingo

📋 copy color: '#F269FD'

red 242 ◦ green 105 ◦ blue 253

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

Shades of Pink Flamingo #F269FD

Tints of Pink Flamingo #F269FD

RGB

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

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

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

R = 40.33%
G = 17.5%
B = 42.17%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F269FD (or 0xF269FD) is known color: Pink Flamingo. HEX triplet: F2, 69 and FD. RGB value is (242,105,253). Sum of RGB (Red+Green+Blue) = 242+105+253=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 105 (41.41% from 255 or 17.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #F269FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F269FD is #0D9602. Grayscale: #A2A2A2. Windows color (decimal): -890371 or 16607730. OLE color: 16607730.

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

Color convert

RGB 242 105 253 -
CMYK 0.04 0.58 0 0.01
HSL 295.54º 0.97% 0.7% -
HSV(B) 295.54º 0.58% 0.99% -
XYZ 59.4 36.07 96.76 -
YUV 162.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 242 105 253 0.04 0.58 0 0.01 295.54 0.97 0.7
Hex F2 69 FD 4 3A 0 1 128 61 46
Octal 362 151 375 4 72 0 1 450 141 106
Binary 11110010 1101001 11111101 100 111010 0 1 100101000 1100001 1000110

Color Harmonies of #F269FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F269FD

Black with #F269FD

Text Example


Text Example

White with #F269FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F269FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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