Html Css Color HEX #F466FD Pink Flamingo

📋 copy color: '#F466FD'

red 244 ◦ green 102 ◦ blue 253

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

Shades of Pink Flamingo #F466FD

Tints of Pink Flamingo #F466FD

RGB

 RED value IS 244 (95.7% from 255) = 40.73%

 GREEN value IS 102 (40.23% from 255) = 17.03%

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

R = 40.73%
G = 17.03%
B = 42.24%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F466FD (or 0xF466FD) is known color: Pink Flamingo. HEX triplet: F4, 66 and FD. RGB value is (244,102,253). Sum of RGB (Red+Green+Blue) = 244+102+253=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 102 (40.23% from 255 or 17.03% 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 #F466FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F466FD is #0B9902. Grayscale: #A1A1A1. Windows color (decimal): -760067 or 16606964. OLE color: 16606964.

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

Color convert

RGB 244 102 253 -
CMYK 0.04 0.60 0 0.01
HSL 296.42º 0.97% 0.7% -
HSV(B) 296.42º 0.6% 0.99% -
XYZ 59.79 35.83 96.69 -
YUV 161.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 244 102 253 0.04 0.60 0 0.01 296.42 0.97 0.7
Hex F4 66 FD 4 3C 0 1 128 61 46
Octal 364 146 375 4 74 0 1 450 141 106
Binary 11110100 1100110 11111101 100 111100 0 1 100101000 1100001 1000110

Color Harmonies of #F466FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F466FD

Black with #F466FD

Text Example


Text Example

White with #F466FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F466FD; }

 p { color: rgb(244,102,253); }

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

background-color css

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

 a { background-color: rgb(244,102,253); }

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

border-color css

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

 span { border-color: rgb(244,102,253); }

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