Html Css Color HEX #F268FD Pink Flamingo

📋 copy color: '#F268FD'

red 242 ◦ green 104 ◦ blue 253

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

Shades of Pink Flamingo #F268FD

Tints of Pink Flamingo #F268FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.36%

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

R = 40.4%
G = 17.36%
B = 42.24%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F268FD (or 0xF268FD) is known color: Pink Flamingo. HEX triplet: F2, 68 and FD. RGB value is (242,104,253). Sum of RGB (Red+Green+Blue) = 242+104+253=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 104 (41.02% from 255 or 17.36% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #F268FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268FD is #0D9702. Grayscale: #A1A1A1. Windows color (decimal): -890627 or 16607474. OLE color: 16607474.

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

Color convert

RGB 242 104 253 -
CMYK 0.04 0.59 0 0.01
HSL 295.57º 0.97% 0.7% -
HSV(B) 295.57º 0.59% 0.99% -
XYZ 59.3 35.87 96.73 -
YUV 162.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 242 104 253 0.04 0.59 0 0.01 295.57 0.97 0.7
Hex F2 68 FD 4 3B 0 1 128 61 46
Octal 362 150 375 4 73 0 1 450 141 106
Binary 11110010 1101000 11111101 100 111011 0 1 100101000 1100001 1000110

Color Harmonies of #F268FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F268FD

Black with #F268FD

Text Example


Text Example

White with #F268FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F268FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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