Html Css Color HEX #F654FD Pink Flamingo

📋 copy color: '#F654FD'

red 246 ◦ green 84 ◦ blue 253

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

Shades of Pink Flamingo #F654FD

Tints of Pink Flamingo #F654FD

RGB

 RED value IS 246 (96.48% from 255) = 42.2%

 GREEN value IS 84 (33.2% from 255) = 14.41%

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

R = 42.2%
G = 14.41%
B = 43.4%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F654FD (or 0xF654FD) is known color: Pink Flamingo. HEX triplet: F6, 54 and FD. RGB value is (246,84,253). Sum of RGB (Red+Green+Blue) = 246+84+253=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 84 (33.20% from 255 or 14.41% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #F654FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654FD is #09AB02. Grayscale: #979797. Windows color (decimal): -633603 or 16602358. OLE color: 16602358.

HSL color Cylindrical-coordinate representation of color #F654FD: hue angle of 297.51º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F654FD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 84 253 -
CMYK 0.03 0.67 0 0.01
HSL 297.51º 0.98% 0.66% -
HSV(B) 297.51º 0.67% 0.99% -
XYZ 58.91 33.03 96.2 -
YUV 151.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 246 84 253 0.03 0.67 0 0.01 297.51 0.98 0.66
Hex F6 54 FD 3 43 0 1 12A 62 42
Octal 366 124 375 3 103 0 1 452 142 102
Binary 11110110 1010100 11111101 11 1000011 0 1 100101010 1100010 1000010

Color Harmonies of #F654FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F654FD

Black with #F654FD

Text Example


Text Example

White with #F654FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F654FD; }

 p { color: rgb(246,84,253); }

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

background-color css

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

 a { background-color: rgb(246,84,253); }

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

border-color css

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

 span { border-color: rgb(246,84,253); }

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