Html Css Color HEX #F654FA Pink Flamingo

📋 copy color: '#F654FA'

red 246 ◦ green 84 ◦ blue 250

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

Shades of Pink Flamingo #F654FA

Tints of Pink Flamingo #F654FA

RGB

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

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

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

R = 42.41%
G = 14.48%
B = 43.1%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F654FA (or 0xF654FA) is known color: Pink Flamingo. HEX triplet: F6, 54 and FA. RGB value is (246,84,250). Sum of RGB (Red+Green+Blue) = 246+84+250=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 84 (33.20% from 255 or 14.48% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F654FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654FA is #09AB05. Grayscale: #969696. Windows color (decimal): -633606 or 16405750. OLE color: 16405750.

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

Color convert

RGB 246 84 250 -
CMYK 0.02 0.66 0 0.02
HSL 298.55º 0.94% 0.65% -
HSV(B) 298.55º 0.66% 0.98% -
XYZ 58.43 32.84 93.7 -
YUV 151.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 246 84 250 0.02 0.66 0 0.02 298.55 0.94 0.65
Hex F6 54 FA 2 42 0 2 12B 5E 41
Octal 366 124 372 2 102 0 2 453 136 101
Binary 11110110 1010100 11111010 10 1000010 0 10 100101011 1011110 1000001

Color Harmonies of #F654FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F654FA

Black with #F654FA

Text Example


Text Example

White with #F654FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F654FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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